Bug #15442
closed
irb behaves strange in Ruby 2.6
Added by ana06 (Ana Maria Martinez Gomez) almost 6 years ago.
Updated over 5 years ago.
Description
When trying to press the UP, DOWN, LEFT and RIGHT keys in Ruby 2.6 strange characters are printed instead of moving (or showing the last executed instruction). This works properly for me in Ruby 2.5.
irb(main):004:0> ^[[A^[[A^[[B^[[C^[[D
The keyboard line editing behaviors are based on GNU Readline. Please install GNU Readline before you build Ruby.
For example, if you're using Ubuntu 18.10, run sudo apt install libreadline-dev
and re-build Ruby.
You can check the availability of readline by this command line:
ruby -rreadline -ep
I think I didn't have current trunk version. It seems to work no. Sorry
- Status changed from Open to Feedback
- Status changed from Feedback to Closed
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0Like0