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

Extra newlines printed by terminal title notifier #33

Open
cout opened this issue Jan 8, 2018 · 1 comment
Open

Extra newlines printed by terminal title notifier #33

cout opened this issue Jan 8, 2018 · 1 comment

Comments

@cout
Copy link

cout commented Jan 8, 2018

The terminal title notifier uses STDOUT.puts to change the terminal title, which prints a newline. It should instead use STDOUT.write followed by STDOUT.flush.

@rymai
Copy link
Member

rymai commented Jan 9, 2018

Good point, pull request welcome! :)

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