mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
818e463522
off. This makes three changes: adds the ht capability to the standard lines in gettytab(5); removes OXTABS from TTYDEF_OFLAG in ttydefaults.h (the defaults used by pty(4) - diff from martijn); and only sets OXTABS on terminals which lack hts and tbc in tset(1) (from Thomas Dickey upstream). Addresses problems reported by tedu. ok millert
156 lines
3.2 KiB
Plaintext
156 lines
3.2 KiB
Plaintext
# $OpenBSD: gettytab,v 1.7 2019/03/12 11:01:25 nicm Exp $
|
|
#
|
|
# Most of the table entries here are just copies of the old getty table.
|
|
# It is by no means certain, or even likely, that any of them are optimal
|
|
# for any purpose whatever. Nor is it likely that more than a couple are
|
|
# even correct.
|
|
#
|
|
# The default gettytab entry, used to set defaults for all other
|
|
# entries, and in cases where getty is called with no table name
|
|
#
|
|
default:\
|
|
:np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:
|
|
|
|
#
|
|
# Fixed speed entries
|
|
#
|
|
# The "std.NNN" names are known to the special case
|
|
# portselector code in getty, however they can
|
|
# be assigned to any table desired.
|
|
# The "NNN-baud" names are known to the special case
|
|
# autobaud code in getty, and likewise can
|
|
# be assigned to any table desired (hopefully the same speed).
|
|
#
|
|
a|std.110|110-baud:\
|
|
:nd#1:cd#1:uc:sp#110:
|
|
b|std.134|134.5-baud:\
|
|
:ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
|
|
1|std.150|150-baud:\
|
|
:ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
|
|
c|std.300|300-baud:\
|
|
:nd#1:cd#1:sp#300:ht:
|
|
d|std.600|600-baud:\
|
|
:nd#1:cd#1:sp#600:ht:
|
|
f|std.1200|1200-baud:\
|
|
:fd#1:sp#1200:ht:
|
|
6|std.2400|2400-baud:\
|
|
:sp#2400:ht:
|
|
7|std.4800|4800-baud:\
|
|
:sp#4800:ht:
|
|
2|std.9600|9600-baud:\
|
|
:sp#9600:ht:
|
|
g|std.19200|19200-baud:\
|
|
:sp#19200:ht:
|
|
std.38400|38400-baud:\
|
|
:sp#38400:ht:
|
|
std.57600|57600-baud:\
|
|
:sp#57600:ht:
|
|
std.115200|115200-baud:\
|
|
:sp#115200:ht:
|
|
std.1500000|1500000-baud:\
|
|
:sp#1500000:ht:
|
|
|
|
#
|
|
# Dial in rotary tables, speed selection via 'break'
|
|
#
|
|
0|d300|Dial-300:\
|
|
:nx=d1200:cd#2:sp#300:
|
|
d1200|Dial-1200:\
|
|
:nx=d150:fd#1:sp#1200:
|
|
d150|Dial-150:\
|
|
:nx=d110:lm@:tc=150-baud:
|
|
d110|Dial-110:\
|
|
:nx=d300:tc=300-baud:
|
|
|
|
#
|
|
# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
|
|
#
|
|
D2400|d2400|Fast-Dial-2400:\
|
|
:nx=D1200:tc=2400-baud:
|
|
3|D1200|Fast-Dial-1200:\
|
|
:nx=D300:tc=1200-baud:
|
|
5|D300|Fast-Dial-300:\
|
|
:nx=D2400:tc=300-baud:
|
|
|
|
#
|
|
#telebit (19200)
|
|
#
|
|
t19200:\
|
|
:nx=t2400:tc=19200-baud:
|
|
t2400:\
|
|
:nx=t1200:tc=2400-baud:
|
|
t1200:\
|
|
:nx=t19200:tc=1200-baud:
|
|
|
|
#
|
|
#telebit (9600)
|
|
#
|
|
t9600:\
|
|
:nx=t2400a:tc=19200-baud:
|
|
t2400a:\
|
|
:nx=t1200a:tc=2400-baud:
|
|
t1200a:\
|
|
:nx=t9600:tc=1200-baud:
|
|
|
|
#
|
|
# Odd special case terminals
|
|
#
|
|
-|tty33|asr33|Pity the poor user of this beast:\
|
|
:tc=110-baud:
|
|
|
|
4|Console|Console Decwriter II:\
|
|
:nd@:cd@:rw:tc=300-baud:
|
|
|
|
e|Console-1200|Console Decwriter III:\
|
|
:fd@:nd@:cd@:rw:tc=1200-baud:
|
|
|
|
i|Interdata console:\
|
|
:uc:sp#0:
|
|
|
|
l|lsi chess terminal:\
|
|
:sp#300:
|
|
|
|
X|Xwindow|X window system:\
|
|
:fd@:nd@:cd@:rw:sp#9600:
|
|
|
|
P|Pc|Pc console:\
|
|
:np:sp#9600:
|
|
|
|
# 8 bit clean Sun console
|
|
S|suncons|Sun Console:\
|
|
:np:sp#9600:
|
|
|
|
#
|
|
# Weirdo special case for fast crt's with hardcopy devices
|
|
#
|
|
8|T9600|CRT with hardcopy:\
|
|
:nx=T300:tc=9600-baud:
|
|
9|T300|CRT with hardcopy (300):\
|
|
:nx=T9600:tc=300-baud:
|
|
|
|
#
|
|
# Plugboard, and misc other terminals
|
|
#
|
|
plug-9600|Plugboard-9600:\
|
|
:pf#1:tc=9600-baud:
|
|
p|P9600|Plugboard-9600-rotary:\
|
|
:pf#1:nx=P300:tc=9600-baud:
|
|
q|P300|Plugboard-300:\
|
|
:pf#1:nx=P1200:tc=300-baud:
|
|
r|P1200|Plugboard-1200:\
|
|
:pf#1:nx=P9600:tc=1200-baud:
|
|
|
|
#
|
|
# XXXX Port selector
|
|
#
|
|
s|DSW|Port Selector:\
|
|
:ps:sp#2400:
|
|
|
|
#
|
|
# Auto-baud speed detect entry for Micom 600.
|
|
# Special code in getty will switch this out
|
|
# to one of the NNN-baud entries.
|
|
#
|
|
A|Auto-baud:\
|
|
:ab:sp#2400:i0#04000:o0#0:c0#045400:l0#0:
|