[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fixing backspace and delete



anne@ibbnet.nl wrote:
> This is what I found (pico seems to be broken), with the difference that
> I didn't succeed in getting pine to work. Exactly where did you put the
> 'delch ^[ [ 3 ~' line in .pinerc? 
> 	Maybe pico can be fixed with an expect wrapper script?

This works for me:

-------
#!/usr/bin/expect

eval spawn -noecho $argv

interact {
 \177        {send "\008"}
 "\033\[3~"  {send "\004"}
}
-------

This needs to be reported as a bug in pico (I don't use it, so one of you 
should do it, if it's not already reported)

Cheers, Phil



--
To UNSUBSCRIBE, email to debian-i18n-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: