Bug #240

Arrow keys do not bring command history in IRB

Added by darcy.nogueira (Darcy Nogueira) almost 4 years ago. Updated about 1 year ago.

[ruby-core:17680]
Status:Rejected Start date:07/08/2008
Priority:Low Due date:
Assignee:- % Done:

100%

Category:-
Target version:-
ruby -v:

Description

When using IRB 1.9  (# $Release Version: 0.9.5  #  $Revision: 14912 ) pressing the up arrow key does not show the most recent expression or statement executed.  You get   ^[[A   instead.   Ruby installed in Ubuntu Feisty Fawn.   IRB 1.8 works fine displaying history. 

darcy.nogueira@gmail.com

History

Updated by drbrain (Eric Hodel) almost 4 years ago

  • Status changed from Open to Rejected
  • % Done changed from 0 to 100
This works for me with ruby 1.9.0 (2008-07-09 revision 15873), you are probably missing either readline or readline headers so ruby cannot build the readline extension.

Also available in: Atom PDF