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
This is a really minor thing, but it's annoying to see this:
user=>
(+ 1 1)
2
Instead of this:
user=> (+ 1 1)
2
Can we just not print that newline, and simply flush the output (if that's necessary) after printing "user=> "? I do think that it should keep printing "user=> " when it is ready to accept more input.
The text was updated successfully, but these errors were encountered:
I think this should be configurable (do newline or don't newline), because when I do Ctrl+Enter to eval form or Ctrl+E to eval file, I like it better with newline.
alhimik45
added a commit
to alhimik45/clooj
that referenced
this issue
Dec 6, 2013
This is a really minor thing, but it's annoying to see this:
Instead of this:
Can we just not print that newline, and simply flush the output (if that's necessary) after printing "user=> "? I do think that it should keep printing "user=> " when it is ready to accept more input.
The text was updated successfully, but these errors were encountered: