Add sun-type4 termcap entry and a hint to use this as TERM when using
a Type 4 keyboard.
This commit is contained in:
parent
73d617f74e
commit
6060607b3f
|
@ -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 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
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
|
||||
|
|
|
@ -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 @@ sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
|
|||
: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:\
|
||||
|
|
Loading…
Reference in New Issue