-
Notifications
You must be signed in to change notification settings - Fork 121
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
Prompt always delayed with --noreadline --nomultiline #127
Comments
What is your |
1.2.3 |
1.2.4 also behaves the same. |
The problem persists in 1.2.6 and 1.2.7.
|
@dgutov @stoyanovskiy239 I think this is fixed by #152. Would you check the latest irb and reline gem by |
Looks fixed indeed, with Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
What are your expected behavior and actual behavior of your environment?
Launch
irb --nomultiline --noreadline
.After sending some input, I can only see the prompt if I press RET again. Here's how the session looks:
See another example in the original report: nonsequitur/inf-ruby#137
Terminal Emulator
What's your terminal emulator?
gnome-terminator
,gnome-terminal
and Emacs' comint all exhibit the problem.Setting Files
Are you using
~/.irbrc
and~/.inputrc
?No.
The text was updated successfully, but these errors were encountered: