Actions
Bug #15442
closedirb behaves strange in Ruby 2.6
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
Updated by aycabta (aycabta .) almost 6 years ago
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.
Updated by mrkn (Kenta Murata) almost 6 years ago
You can check the availability of readline by this command line:
ruby -rreadline -ep
Updated by ana06 (Ana Maria Martinez Gomez) almost 6 years ago
I think I didn't have current trunk version. It seems to work no. Sorry
Updated by hsbt (Hiroshi SHIBATA) almost 6 years ago
- Status changed from Open to Feedback
Updated by ana06 (Ana Maria Martinez Gomez) over 5 years ago
this can be closed
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Feedback to Closed
Actions
Like0
Like0Like0Like0Like0Like0Like0