Re: [dev] [st] delele behaves as backspace... again

From: <k0ga_AT_shike2.com>
Date: Wed, 5 Nov 2014 09:11:09 +0100

>> Output of infocmp attached: out.txt
>>
>> Output of ^VDelete:
>>
>> ^[[3~
>>
>
>
> You appear to have mistyped something. CSI requires only one bracket.

^[ is the ESC representation, so ^[[ is CSI. The terminal is generating
CSI 3 ~, that from your infocmp output is kdch1:

        kdch1=\E[3~

So, it should be recognized as Delete key. What shell are you using?

Regards,
Received on Wed Nov 05 2014 - 09:11:09 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 05 2014 - 09:12:08 CET