Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/terminfo Correct the x68k's Backspace key behavior.
details: https://anonhg.NetBSD.org/src/rev/5df4f739832f
branches: trunk
changeset: 341645:5df4f739832f
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Nov 15 06:43:17 2015 +0000
description:
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..)
diffstat:
share/terminfo/terminfo | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 87fdd5e50908 -r 5df4f739832f share/terminfo/terminfo
--- a/share/terminfo/terminfo Sun Nov 15 03:13:18 2015 +0000
+++ b/share/terminfo/terminfo Sun Nov 15 06:43:17 2015 +0000
@@ -6,8 +6,8 @@
# Report bugs and new terminal descriptions to
# bug-ncurses%gnu.org@localhost
#
-# $Revision: 1.7 $
-# $Date: 2013/10/01 09:17:41 $
+# $Revision: 1.8 $
+# $Date: 2015/11/15 06:43:17 $
#
# 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 @@
# From Minoura Makoto <minoura%netlaputa.or.jp@localhost>, 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,
# <tv%pobox.com@localhost>:
# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
Home |
Main Index |
Thread Index |
Old Index