diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-08 08:58:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-08 08:58:15 +0000 |
commit | 68289d2042eca8ff855c37eec10fdc601c7272f4 (patch) | |
tree | e97675c05c896ab02b38aa7b0d742de860beee90 /package/ncurses/patches/900-terminfo.patch | |
parent | 14832d3c23c3eeb72db12022bfab1596f855fe5c (diff) | |
download | mtk-20170518-68289d2042eca8ff855c37eec10fdc601c7272f4.zip mtk-20170518-68289d2042eca8ff855c37eec10fdc601c7272f4.tar.gz mtk-20170518-68289d2042eca8ff855c37eec10fdc601c7272f4.tar.bz2 |
update ncurses to 5.7 (#4852)
SVN-Revision: 15147
Diffstat (limited to 'package/ncurses/patches/900-terminfo.patch')
-rw-r--r-- | package/ncurses/patches/900-terminfo.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/ncurses/patches/900-terminfo.patch b/package/ncurses/patches/900-terminfo.patch new file mode 100644 index 0000000..71c720f --- /dev/null +++ b/package/ncurses/patches/900-terminfo.patch @@ -0,0 +1,20 @@ +--- a/misc/terminfo.src 2009-03-16 08:18:53.000000000 +0300 ++++ b/misc/terminfo.src 2006-10-07 21:52:03.000000000 +0400 +@@ -3707,12 +3530,11 @@ + # The value for kbs reflects local customization rather than the settings used + # for XFree86 xterm. + konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm, +- kend=\EOF, khome=\EOH, use=konsole+pcfkeys, +- use=konsole-vt100, +-# Konsole does not implement shifted cursor-keys. +-konsole+pcfkeys|konsole subset of xterm+pcfkeys, +- kLFT@, kRIT@, kcbt=\E[Z, kind@, kri@, kDN@, kUP@, use=xterm+pcc2, +- use=xterm+pcf0, ++ kend=\EOF, kf1=\EOP, kf13=\EO2P, kf14=\EO2Q, kf15=\EO2R, ++ kf16=\EO2S, kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~, ++ kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~, ++ kf23=\E[23;2~, kf24=\E[24;2~, kf3=\EOR, kf4=\EOS, ++ khome=\EOH, use=konsole-vt100, + # KDE's "vt100" keyboard has no relationship to any terminal that DEC made, but + # it is still useful for deriving the other entries. + konsole-vt100|KDE console window with vt100 (sic) keyboard, |