Your message dated Mon, 23 Jun 2008 14:21:03 +0200
with message-id <[EMAIL PROTECTED]>
and subject line
has caused the Debian Bug report #92215,
regarding ncurses-base: same value for kll and kend in terminfo db for 'screen'
causes problems!
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
92215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92215
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ncurses-base
Version: 5.2.20010318-1
Severity: normal
This problem shows when you try hit the END key in MC in a
screen session... The END key doesn't work as it should.
The problem is that kll is defined to be the same value as
kend, and (apparently) ncurses checks kll before kend...
Here's a patch.
--- screen.ti Fri Mar 30 17:50:59 2001
+++ screen.ti.fix Fri Mar 30 18:44:46 2001
@@ -15,7 +15,7 @@
kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~,
kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[1~,
kend=\E[4~,
- kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, nel=\EE,
+ kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=\EE,
rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>,
rmso=\E[23m, rmul=\E[24m, rs2=\Ec, sc=\E7, sgr0=\E[m,
smir=\E[4h, smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m,
@@ -40,7 +40,7 @@
kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~,
kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[1~,
kend=\E[4~,
- kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, nel=\EE,
+ kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=\EE,
rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>,
rmso=\E[23m, rmul=\E[24m, rs2=\Ec, sc=\E7, sgr0=\E[m,
smir=\E[4h, smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m,
--- End Message ---
--- Begin Message ---
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92215#48
otherwise please provide new evidence as I didn't found one myself.
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---