Re: home, end, delete, pageup, pagedown with ksh

2009-10-13 Thread Nicolas Letellier
Le 13/10/2009 12:29, Markus Hennecke a icrit : > Nicolas Letellier wrote: > >> Le 13/10/2009 09:57, Nicholas Marriott a icrit : >> >>> For me, Home and End generate ^[[H and ^[[F (you can check they do for >>> you as >>> well by running cat then pressing the keys, if they don't let me kno

Re: home, end, delete, pageup, pagedown with ksh

2009-10-13 Thread Markus Hennecke
Nicolas Letellier wrote: > Le 13/10/2009 09:57, Nicholas Marriott a icrit : >> For me, Home and End generate ^[[H and ^[[F (you can check they do for >> you as >> well by running cat then pressing the keys, if they don't let me know, >> I might >> have fiddled with some setting), so you should be a

Re: home, end, delete, pageup, pagedown with ksh

2009-10-13 Thread Nicholas Marriott
On Tue, Oct 13, 2009 at 11:00:05AM +0200, Nicolas Letellier wrote: > Hello. > > First, thanks for this answer! > > Le 13/10/2009 09:57, Nicholas Marriott a icrit : > >For me, Home and End generate ^[[H and ^[[F (you can check they do for you as > >well by running cat then pressing the keys, if th

Re: home, end, delete, pageup, pagedown with ksh

2009-10-13 Thread Nicolas Letellier
Hello. First, thanks for this answer! Le 13/10/2009 09:57, Nicholas Marriott a icrit : For me, Home and End generate ^[[H and ^[[F (you can check they do for you as well by running cat then pressing the keys, if they don't let me know, I might have fiddled with some setting), so you should be a

Re: home, end, delete, pageup, pagedown with ksh

2009-10-13 Thread Nicholas Marriott
Hi > I want to use home, end, delete, pageup, pagedown with ksh. My TERM is > xterm-color. These keys works fine with tcsh and zsh, but not with ksh > (print a tilda ~) > > I found this: > > bind '^[[3'=prefix-2 > bind '^[[3~'=delete-char

home, end, delete, pageup, pagedown with ksh

2009-10-12 Thread Nicolas Letellier
Hello. I want to use home, end, delete, pageup, pagedown with ksh. My TERM is xterm-color. These keys works fine with tcsh and zsh, but not with ksh (print a tilda ~) I found this: bind '^[[3'=prefix-2 bind '^[[3~'=delete-char-forward bind '^[[1'=prefix-2 bind