summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
29619a1)
ncurses wasn't able to detect the delete-character key as KEY_DC. This
patch fixes that.
kdch1 was defined as "\0177", but terminfo(5) states:
... characters may be given as three octal digits after a \.
The delete-character key is correctly defined in config.def.h.
kri=\E[1;2A,
kclr=\E[3;5~,
kdl1=\E[3;2~,
kri=\E[1;2A,
kclr=\E[3;5~,
kdl1=\E[3;2~,
kich1=\E[2~,
kend=\E[4~,
kf1=\EOP,
kich1=\E[2~,
kend=\E[4~,
kf1=\EOP,