Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/share/terminfo Pull up following revision(s) (requested...
details: https://anonhg.NetBSD.org/src/rev/7073d3101ac2
branches: netbsd-7-0
changeset: 801092:7073d3101ac2
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Nov 22 14:19:19 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 56e7b08193ee -r 7073d3101ac2 share/terminfo/terminfo
--- a/share/terminfo/terminfo Sun Nov 22 14:02:39 2015 +0000
+++ b/share/terminfo/terminfo Sun Nov 22 14:19:19 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.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 @@
# 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