avoid throwing away errors when reinitializing (from guy@sun.com)
[unix-history] / usr / src / share / man / man7 / term.7
CommitLineData
dd57e48d
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
fdc8761b 5.\" @(#)term.7 6.1 (Berkeley) %G%
dd57e48d 6.\"
fdc8761b 7.TH TERM 7 ""
dd57e48d
KM
8.UC 4
9.SH NAME
e3262ab0 10term \- conventional names for terminals
dd57e48d 11.SH DESCRIPTION
e3262ab0
KM
12Certain commands use these terminal names. They are maintained
13as part of the shell environment (see
14.IR sh (1), environ (7)).
dd57e48d
KM
15.LP
16.nf
17.ta \w'450\-12\-8 'u
18adm3a Lear Seigler Adm-3a
192621 Hewlett-Packard HP262? series terminals
20hp Hewlett-Packard HP264? series terminals
21c100 Human Designed Systems Concept 100
22h19 Heathkit H19
23mime Microterm mime in enhanced ACT IV mode
241620 DIABLO 1620 (and others using HyType II)
25300 DASI/DTC/GSI 300 (and others using HyType I)
2633 TELETYPE\*R Model 33
2737 TELETYPE Model 37
2843 TELETYPE Model 43
29735 Texas Instruments TI735 (and TI725)
30745 Texas Instruments TI745
31dumb terminals with no special features
e3262ab0
KM
32dialup a terminal on a phone line with no known characteristics
33network a terminal on a network connection with no known characteristics
dd57e48d
KM
344014 Tektronix 4014
35vt52 Digital Equipment Corp. VT52
36.fi
37.PP
38The list goes on and on.
e3262ab0 39Consult /etc/termcap (see
dd57e48d
KM
40.IR termcap (5))
41for an up-to-date and locally correct list.
42.PP
e3262ab0
KM
43Commands whose behavior may depend on the terminal either consult TERM in
44the environment, or accept arguments of the form
dd57e48d
KM
45.BR \-Tterm,
46where
47.I term
48is one of the names given above.
49.SH SEE ALSO
e3262ab0
KM
50stty(1),
51tabs(1),
52plot(1G),
53sh(1),
54environ(7)
55ex(1),
56clear(1),
57more(1),
58ul(1),
59tset(1),
60termcap(5),
61termcap(3X),
62ttytype(5)
dd57e48d
KM
63.br
64troff(1) for
65.I nroff
66.SH BUGS
e3262ab0 67The programs that ought to adhere to this nomenclature do so only fitfully.