|
From: | Thomas Dickey |
Subject: | Re: ncurses-5.7 infinite loop in tic due to bogon in terminfo.src |
Date: | Wed, 29 Apr 2009 06:09:00 -0400 (EDT) |
On Tue, 28 Apr 2009, Andrew Ghali wrote:
The modification of entry "konsole-xf4x" and/or the addition of "konsole+pcfkeys" broke terminfo.src in version 5.7 so that tic spins forever. This patch works fine for me, though it loses "konsole+pcfkeys" but I don't need it.
The fix for tic is in the same patch that applied this to terminfo.src: 20081012 + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename original to teraterm2.3 -TD + update "gnome" terminfo to 2.22.3 -TD + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD + add "aterm" terminfo -TD + add "linux2.6.26" terminfo -TD + add logic to tic for cancelling strings in user-defined capabilities, overlooked til now. This issue is why (for example), I've not updated the terminfo.src.gz on my ftp area (to avoid having people who've not actually installed ncurses 5.7 run into the problem).
Andrew --- terminfo.src_5.7 2009-04-28 13:17:21.000000000 -1000 +++ terminfo.src_5.7_not_suck 2009-04-28 13:16:57.000000000 -1000 @@ -3708,8 +3532,7 @@ 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---------- "Knowledge is good." - Emil Faber _______________________________________________ Bug-ncurses mailing list address@hidden http://lists.gnu.org/mailman/listinfo/bug-ncurses
-- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
[Prev in Thread] | Current Thread | [Next in Thread] |