From: Charles Steinman Date: 2005-06-20T11:10:34+09:00 Subject: Re: irb without history? Daniel Sch�le wrote: > well, I dont want to maintain history through the sessions > sorry if I was unclear about it > > irb(main):001:0> i=0 > => 0 > irb(main):002:0> > irb(main):003:0* ^[[A > > I get ^[[A when I press ArrowUp key > I would like "i" to show up instead That looks like Ruby didn't get properly linked with Readline when it was built.