Steve I'd guess this is more of a linux termcap issue than a Java one.
I'm no linux expert, but I seem to recall that the operation of things like PgUp, Bs, and cursor keys is very much dependent on your termtype / termcap.
I'd guess what your seeing happing under Windows isn't actually being done by Java at all - Java has probably delegated the readline behaviour to the OS or shell via a C api to read terminal input. I'd imagine it's the underlying OS that is actually pulling the previous command when you up-arrow.
Of course I could be wrong ..... -- Rob Steve Lindsay wrote:
Hi, Apologies if this has been asked before, I couldn't find anything in the archives. On windows when using the felix tui I can up-arrow to get the previous command. On linux this doesn't work (I get ^[[A). Is there a way of getting readline style behaviour in the tui when running under linux? Thanks...Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ascert - Taking systems to the Edge [EMAIL PROTECTED] +44 (0)20 7488 3470 www.ascert.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

