You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: