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
I have posted this on jruby/jruby#3181
In JRuby (that uses jline) after using Readline.readline the stty settings changes (canonical mode) and is not restored after getting the input. So that if I try to get any string by stantard Ruby gets method I'm not able to press return It just print out ^M
Details on jruby/jruby#3181 @headius helped me to confirm the issue and to understand it further.
The text was updated successfully, but these errors were encountered:
I have posted this on jruby/jruby#3181
In JRuby (that uses jline) after using Readline.readline the stty settings changes (canonical mode) and is not restored after getting the input. So that if I try to get any string by stantard Ruby
gets
method I'm not able to press return It just print out^M
Details on jruby/jruby#3181
@headius helped me to confirm the issue and to understand it further.
The text was updated successfully, but these errors were encountered: