blob: f98a943e5ce0f6ce94c81f418a6556bc941d5a82 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 168ba7a681be73ac024438e33e14fde1d5aea97d Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Hongxu Jia <hongxu.jia@windriver.com>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003Date: Fri, 30 Mar 2018 10:02:24 +0800
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004Subject: [PATCH 1/2] tic hang
5
6Upstream-Status: Inappropriate [configuration]
7
8'tic' of some linux distributions (e.g. fedora 11) hang in an infinite
9loop when processing the original file.
10
11Signed-off-by: anonymous
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013Rebase to 6.1
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
15---
16 misc/terminfo.src | 11 +++++------
17 1 file changed, 5 insertions(+), 6 deletions(-)
18
19diff --git a/misc/terminfo.src b/misc/terminfo.src
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080020index 84f4810..6b385ec 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021--- a/misc/terminfo.src
22+++ b/misc/terminfo.src
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023@@ -5562,12 +5562,11 @@ konsole-xf3x|KDE console window with keyboard for XFree86 3.x xterm,
24 # The value for kbs (see konsole-vt100) reflects local customization rather
25 # than the settings used for XFree86 xterm.
Brad Bishopd7bf8c12018-02-25 22:55:05 -050026 konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm,
27- kend=\EOF, khome=\EOH, use=konsole+pcfkeys,
28- use=konsole-vt100,
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080029-
Brad Bishopd7bf8c12018-02-25 22:55:05 -050030-konsole+pcfkeys|konsole subset of xterm+pcfkeys,
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080031- kcbt=\E[Z, use=xterm+pcc2, use=xterm+pcf0,
32- use=xterm+pce2,
Brad Bishopd7bf8c12018-02-25 22:55:05 -050033+ kend=\EOF, kf1=\EOP, kf13=\EO2P, kf14=\EO2Q, kf15=\EO2R,
34+ kf16=\EO2S, kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~,
35+ kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~,
36+ kf23=\E[23;2~, kf24=\E[24;2~, kf3=\EOR, kf4=\EOS,
37+ khome=\EOH, use=konsole-vt100,
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080038
39 # Obsolete: vt100.keymap
Brad Bishopd7bf8c12018-02-25 22:55:05 -050040 # KDE's "vt100" keyboard has no relationship to any terminal that DEC made, but
Brad Bishopd7bf8c12018-02-25 22:55:05 -050041--
421.8.3.1
43