Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/share/terminfo Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/8fc2f229b1cb
branches: netbsd-7
changeset: 799721:8fc2f229b1cb
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Nov 22 14:20:06 2015 +0000
description:
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..)
diffstat:
share/terminfo/terminfo | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 73fcf52f3c4f -r 8fc2f229b1cb share/terminfo/terminfo
--- a/share/terminfo/terminfo Sun Nov 22 14:15:14 2015 +0000
+++ b/share/terminfo/terminfo Sun Nov 22 14:20:06 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.7.4.1 $
+# $Date: 2015/11/22 14:20: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
@@ -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