Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec reporter issue with cursor.CR() #784

Closed
AlexeyKupershtokh opened this issue Mar 21, 2013 · 1 comment
Closed

Spec reporter issue with cursor.CR() #784

AlexeyKupershtokh opened this issue Mar 21, 2013 · 1 comment

Comments

@AlexeyKupershtokh
Copy link

I would like to have an option to disable cursor.CR() somehow.
Otherwise terminals that don't support it (like writing to file, piping, etc.) look like the following mess:
https://travis-ci.org/AlexeyKupershtokh/node-v8-clone/jobs/3843420#L147

@jbnicolai
Copy link

This should only happen if the process is a tty

var isatty = tty.isatty(1) && tty.isatty(2);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants