Lines Matching full:terminal

54 initialize or reset terminal state
56 …\fIch\fP] [\fB\-i\fP \fIch\fP] [\fB\-k\fP \fIch\fP] [\fB\-m\fP \fImapping\fP] [\fIterminal-type\fP]
58 …\fIch\fP] [\fB\-i\fP \fIch\fP] [\fB\-k\fP \fIch\fP] [\fB\-m\fP \fImapping\fP] [\fIterminal-type\fP]
63 First, \fB@TSET@\fP retrieves the current terminal mode settings
64 for your terminal.
75 to obtain terminal settings.
79 Next, \fB@TSET@\fP determines the type of terminal that you are using.
80 This determination is done as follows, using the first terminal type found.
82 1. The \fBterminal\fP argument specified on the command line.
86 3. (BSD systems only.) The terminal type associated with the standard
92 4. The default terminal type, \*(``unknown\*('',
95 If the terminal type was not specified on the command-line, the \fB\-m\fP
97 see subsection \*(``Terminal Type Mapping\*(''.
98 Then, if the terminal type begins with a question mark (\*(``?\*(''), the
99 user is prompted for confirmation of the terminal type.
103 Once the terminal type has been determined,
104 the terminal description for the terminal is retrieved.
105 If no terminal description is found
106 for the type, the user is prompted for another terminal type.
108 Once the terminal description is retrieved,
111 the terminal's window size.
114 but the terminal description
125 the terminal
133 When invoked as \fB@RESET@\fP, \fB@TSET@\fP sets the terminal
145 doing the terminal initialization described above.
146 Also, rather than using the terminal \fIinitialization\fP strings,
147 it uses the terminal \fIreset\fP strings.
150 after a program dies leaving a terminal in an abnormal state:
156 (the line-feed character is normally control-J) to get the terminal
159 Also, the terminal will often not echo the command.
161 It is often desirable to enter the terminal type and information about
162 the terminal's capabilities into the shell's environment.
179 .SS "Terminal Type Mapping"
180 When the terminal is not hardwired into the system (or the current
181 system information is incorrect) the terminal type derived from the
185 provide information about the type of terminal used on such ports.
188 from some set of conditions to a terminal type, that is, to
191 guess that I'm on that kind of terminal\*(''.
195 colon (\*(``:\*('') character and a terminal type.
208 of the standard error output (which should be the control terminal).
209 The terminal type is a string.
211 If the terminal type is not specified on the command line, the \fB\-m\fP
212 mappings are applied to the terminal type.
214 rate match the mapping, the terminal type specified in the mapping
221 specification is 9600, and the terminal type is vt100.
223 this mapping is to specify that if the terminal type is \fBdialup\fP,
224 and the baud rate is greater than 9600 baud, a terminal type of
227 If no baud rate is specified, the terminal type will match any baud rate.
228 If no port type is specified, the terminal type will match any port type.
230 will cause any dialup port, regardless of baud rate, to match the terminal
231 type vt100, and any non-dialup port type to match the terminal type ?xterm.
234 terminal.
251 Do not send the terminal or tab initialization strings to the terminal.
260 Specify a mapping from a port type to a terminal;
261 see subsection \*(``Terminal Type Mapping\*(''.
269 The terminal type is displayed to the standard output, and the terminal is
274 Print the terminal type to the standard error output.
304 Denotes your terminal type.
305 Each terminal type is distinct, though many are similar.
311 for the terminal description.
315 system port name to terminal type mapping database (BSD versions only).
318 compiled terminal description database directory
325 incorporated the terminal-mode manipulation as well as termcap-based features
354 set the terminal to use upper-case only.
370 Very old systems, e.g., 3BSD, used a different terminal driver which
373 \fB\-n\fP option to specify that the new terminal driver should be used.
383 Also, the interaction between the \- option and the \fIterminal\fP
397 the terminal description.
399 Obtaining the window size from a terminal's type description is common