svn commit: r202048 - in head: etc share/termcap

Ed Schouten ed at FreeBSD.org
Sun Jan 10 21:41:37 UTC 2010


Author: ed
Date: Sun Jan 10 21:41:37 2010
New Revision: 202048
URL: http://svn.freebsd.org/changeset/base/202048

Log:
  Properly make the end key work again for TERM=xterm.
  
  I've been so busy hacking on utmpx the last couple of days, out of
  reflex, I committed it to the wrong source tree. Note to myself: don't
  hack on FreeBSD while watching TV at the same time.
  
  PR:		conf/142578
  Submitted by:	Yuri Pankov <yuri pankov gmail com>
  Reminded by:	stefanf

Modified:
  head/etc/termcap.small
  head/share/termcap/termcap.src

Modified: head/etc/termcap.small
==============================================================================
--- head/etc/termcap.small	Sun Jan 10 21:00:52 2010	(r202047)
+++ head/etc/termcap.small	Sun Jan 10 21:41:37 2010	(r202048)
@@ -294,9 +294,9 @@ pc3|ibmpc3|IBM PC 386BSD Console:\
 # $XTermId: termcap,v 1.78 2009/11/09 00:24:26 tom Exp $
 #
 xterm-new|modern xterm:\
-	:*6=\EOF:@7=\EOF:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:\
+	:@7=\EOF:@8=\EOM:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:\
 	: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~:kH=\EOF:kI=\E[2~:\
+	:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:\
 	:kN=\E[6~:kP=\E[5~:kd=\EOB:kh=\EOH:kl=\EOD:kr=\EOC:ku=\EOA:\
 	:tc=xterm-basic:
 #

Modified: head/share/termcap/termcap.src
==============================================================================
--- head/share/termcap/termcap.src	Sun Jan 10 21:00:52 2010	(r202047)
+++ head/share/termcap/termcap.src	Sun Jan 10 21:41:37 2010	(r202048)
@@ -2807,9 +2807,9 @@ xterm-clear:\
 	:te=\E[?1049l:ti=\E[?1049h:\
 	:tc=xterm-new:
 xterm-new|modern xterm:\
-	:*6=\EOF:@7=\EOF:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:\
+	:@7=\EOF:@8=\EOM:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:\
 	: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~:kH=\EOF:kI=\E[2~:\
+	:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:\
 	:kN=\E[6~:kP=\E[5~:kd=\EOB:kh=\EOH:kl=\EOD:kr=\EOC:ku=\EOA:\
 	:tc=xterm-basic:
 #


More information about the svn-src-all mailing list