Source-Changes-HG archive

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

[src/trunk]: src/share/termcap Add sun-type4 (sun console with type 4 keyboar...



details:   https://anonhg.NetBSD.org/src/rev/2e0a0c4c8b32
branches:  trunk
changeset: 537953:2e0a0c4c8b32
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 08 20:20:42 2002 +0000

description:
Add sun-type4 (sun console with type 4 keyboard), to make keypad cursor
keys work on this type of keyboard. From Julian Coleman.

diffstat:

 share/termcap/termcap.src |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 35f6c6b2e56e -r 2e0a0c4c8b32 share/termcap/termcap.src
--- a/share/termcap/termcap.src Tue Oct 08 20:19:16 2002 +0000
+++ b/share/termcap/termcap.src Tue Oct 08 20:20:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.71 2002/09/13 16:40:02 jdc Exp $
+#      $NetBSD: termcap.src,v 1.72 2002/10/08 20:20:42 martin Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -2174,6 +2174,8 @@
 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
        :li#35:\
        :te=\E[>4h:ti=\E[>4l:tc=sun:
+sun-type4|Sun Workstation console with type 4 keyboard:\
+       :kd=\E[221z:kl=\E[217z:kr=\E[219z:ku=\E[215z:tc=sun-il:
 
 #### Iris consoles
 #



Home | Main Index | Thread Index | Old Index