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

No newline in REPL output before printing user input #103

Open
DanBurton opened this issue Jun 27, 2012 · 1 comment
Open

No newline in REPL output before printing user input #103

DanBurton opened this issue Jun 27, 2012 · 1 comment

Comments

@DanBurton
Copy link

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.

@ghost
Copy link

ghost commented Jan 22, 2013

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
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

1 participant