Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/terminfo Add a delete key capability to our wsvt25 ent...



details:   https://anonhg.NetBSD.org/src/rev/f8200385f6de
branches:  trunk
changeset: 779523:f8200385f6de
user:      jdc <jdc%NetBSD.org@localhost>
date:      Fri Jun 01 14:47:06 2012 +0000

description:
Add a delete key capability to our wsvt25 entry.  Fixes a problem noted by
David Lord on netbsd-users.

diffstat:

 share/terminfo/terminfo |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ae26ae935cf2 -r f8200385f6de share/terminfo/terminfo
--- a/share/terminfo/terminfo   Fri Jun 01 13:19:38 2012 +0000
+++ b/share/terminfo/terminfo   Fri Jun 01 14:47:06 2012 +0000
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses%gnu.org@localhost
 #
-#      $Revision: 1.4 $
-#      $Date: 2011/08/01 12:28:54 $
+#      $Revision: 1.5 $
+#      $Date: 2012/06/01 14:47:06 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -1817,7 +1817,7 @@
        bce, msgr,
        colors#8, cols#80, it#8, lines#25, ncv#2, pairs#64,
        civis=\E[?25l, cnorm=\E[?25h,
-       is2=\E[r\E[25;1H, kend=\E[8~, kf1=\E[11~, kf10=\E[21~,
+       is2=\E[r\E[25;1H, kdch1=\E[3~, kend=\E[8~, kf1=\E[11~, kf10=\E[21~,
        kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, kf3=\E[13~,
        kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~,
        kf9=\E[20~, khome=\E[7~, op=\E[m, rs1=\Ec,



Home | Main Index | Thread Index | Old Index