From: Ype K. <yk...@xs...> - 2001-03-10 21:49:03
|
Vitaly, you wrote: <snip> > >How do I get jython on Linux to remember the history >of my commands and recall them with an "up" arrow key? > My bash and ksh shells do it, and python does it too. > Is there a history file I need to set up somewhere? Console.py in the Demo dir in the jython installation will let you "up" and "down". It does not use a file for history, but that would indeed be a very nice extension. In case you think that's a hint: it is. Have fun, Ype |