Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
9d9e049
)
Make useful DEL in application mode
author
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 18 Aug 2014 21:19:58 +0000
(23:19 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Tue, 19 Aug 2014 10:57:43 +0000
(12:57 +0200)
DEL key has to generate the sequence ^[P in application mode,
because such sequence means delete current character. It implies
that the character sent in keypad mode must be ^? (DEL character).
No differences found