Module Name:    src
Committed By:   bouyer
Date:           Sun Nov 22 14:19:19 UTC 2015

Modified Files:
        src/share/terminfo [netbsd-7-0]: terminfo

Log Message:
Pull up following revision(s) (requested by isaki in ticket #1047):
        share/terminfo/terminfo: revision 1.8
Correct the x68k's Backspace key behavior.
With this fix, the Backspace key on x68k keyboard erases
previous one character, instead of outputting '^?' character.
Reported by Yasushi Oshima (two months ago..)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.6.1 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/terminfo/terminfo
diff -u src/share/terminfo/terminfo:1.7 src/share/terminfo/terminfo:1.7.6.1
--- src/share/terminfo/terminfo:1.7	Tue Oct  1 09:17:41 2013
+++ src/share/terminfo/terminfo	Sun Nov 22 14:19:19 2015
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #	bug-ncur...@gnu.org
 #
-#	$Revision: 1.7 $
-#	$Date: 2013/10/01 09:17:41 $
+#	$Revision: 1.7.6.1 $
+#	$Date: 2015/11/22 14:19:19 $
 #
 # 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
@@ -2325,7 +2325,7 @@ arm100-w|arm100-wam|Arm(RiscPC) ncurses 
 # From Minoura Makoto <mino...@netlaputa.or.jp>, 12 May 1996
 x68k|x68k-ite|NetBSD/x68k ITE,
 	cols#96, lines#32,
-	kclr=\E[9~, khlp=\E[28~, use=vt220,
+	kbs=\177, kclr=\E[9~, khlp=\E[28~, use=vt220,
 
 # <t...@pobox.com>:
 # Entry for the DNARD OpenFirmware console, close to ANSI but not quite.

Reply via email to