Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot Add sun-type4 termcap entry and a hin...



details:   https://anonhg.NetBSD.org/src/rev/4b40aeea646a
branches:  trunk
changeset: 537957:4b40aeea646a
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 08 20:29:58 2002 +0000

description:
Add sun-type4 termcap entry and a hint to use this as TERM when using
a Type 4 keyboard.

diffstat:

 distrib/sparc/miniroot/dot.profile |  4 +++-
 distrib/sparc/miniroot/termcap.src |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 8e139067ee76 -r 4b40aeea646a distrib/sparc/miniroot/dot.profile
--- a/distrib/sparc/miniroot/dot.profile        Tue Oct 08 20:26:38 2002 +0000
+++ b/distrib/sparc/miniroot/dot.profile        Tue Oct 08 20:29:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.10 2001/01/16 10:40:53 pk Exp $
+# $NetBSD: dot.profile,v 1.11 2002/10/08 20:29:58 martin Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -50,6 +50,8 @@
        echo 'erase ^H, werase ^W, kill ^U, intr ^C'
        stty newcrt werase ^W intr ^C kill ^U erase ^H
 
+       echo 'If you are using a SUN type 4 keyboard, please enter "sun-type4".'
+
        # get the terminal type
        _forceloop=""
        while [ "X${_forceloop}" = X"" ]; do
diff -r 8e139067ee76 -r 4b40aeea646a distrib/sparc/miniroot/termcap.src
--- a/distrib/sparc/miniroot/termcap.src        Tue Oct 08 20:26:38 2002 +0000
+++ b/distrib/sparc/miniroot/termcap.src        Tue Oct 08 20:29:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.2 2002/03/10 20:23:28 lukem Exp $
+#      $NetBSD: termcap.src,v 1.3 2002/10/08 20:29:58 martin Exp $
 #
 adm+sgr|adm style highlight capabilities:\
        :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:
@@ -112,6 +112,8 @@
        :tc=sun-il:
 sun-ss5|Sun SparcStation 5 console:\
        :AL@:al@:tc=sun-il:
+sun-type4|Sun Workstation console with type 4 keyboard:\
+       :kd=\E[221z:kl=\E[217z:kr=\E[219z:ku=\E[215z:tc=sun-il:
 xterm-r6|xterm-old|xterm X11R6 version:\
        :am:bs:km:mi:ms:xn:\
        :co#80:it#8:li#24:\



Home | Main Index | Thread Index | Old Index