svn commit: r189216 - head/share/termcap

Rong-En Fan rafan at FreeBSD.org
Sat Feb 28 23:08:46 PST 2009


Author: rafan
Date: Sun Mar  1 07:08:46 2009
New Revision: 189216
URL: http://svn.freebsd.org/changeset/base/189216

Log:
  - Remove kH (kp_kll) from screen. It has the identical key sequence as
    @7 (kp_end). As ncurses has the limitation that it returns the first
    matched key symbol, you can not use END in ncurses based program under
    screen (like ports/misc/mc).
  
  We did similar changes to xterm entry last year for exactly the same reason.
  
  PR:		132199
  Submitted by:	Timur I. Bakeyev <timur at FreeBSD.org>
  MFC after:	2 month

Modified:
  head/share/termcap/termcap.src

Modified: head/share/termcap/termcap.src
==============================================================================
--- head/share/termcap/termcap.src	Sun Mar  1 07:06:44 2009	(r189215)
+++ head/share/termcap/termcap.src	Sun Mar  1 07:08:46 2009	(r189216)
@@ -2771,7 +2771,7 @@ SC|screen|VT 100/ANSI X3.64 virtual term
 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
 	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
 	:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
-	:kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:@7=\E[4~:kP=\E[5~:\
+	:kh=\E[1~:kI=\E[2~:kD=\E[3~:@7=\E[4~:kP=\E[5~:\
 	:kN=\E[6~:eA=\E(B\E)0:as=^N:ae=^O:ti=\E[?1049h:te=\E[?1049l:\
 	:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
 	:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\


More information about the svn-src-head mailing list