Lines Matching +full:port +full:- +full:mapping
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
31 .TH @TSET@ 1 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
53 \fB\%@RESET@\fP \-
56 …SET@\fP [\fB\-IQVcqrsw\fP] [\fB\-\fP] [\fB\-e\fP \fIch\fP] [\fB\-i\fP \fIch\fP] [\fB\-k\fP \fIch\f…
58 …SET@\fP [\fB\-IQVcqrsw\fP] [\fB\-\fP] [\fB\-e\fP \fIch\fP] [\fB\-i\fP \fIch\fP] [\fB\-k\fP \fIch\f…
95 If the terminal type was not specified on the command-line, the \fB\-m\fP
97 see subsection \*(``Terminal Type Mapping\*(''.
110 if the \*(``\fB\-w\fP\*('' option is enabled, \fB@TSET@\fP may update
120 if the \*(``\fB\-c\fP\*('' option is enabled,
124 unless the \*(``\fB\-I\fP\*('' option is enabled,
156 (the line-feed character is normally control-J) to get the terminal
157 to work, as carriage-return may no longer work in the abnormal state.
163 This is done using the \fB\-s\fP option.
165 When the \fB\-s\fP option is specified, the commands to enter the information
177 eval \(ga@TSET@ \-s options ... \(ga
179 .SS "Terminal Type Mapping"
187 The \fB\-m\fP options maps
190 \*(``If I'm on this port at a particular speed,
193 The argument to the \fB\-m\fP option consists of an optional port type, an
196 The port type is a
211 If the terminal type is not specified on the command line, the \fB\-m\fP
213 If the port type and baud
214 rate match the mapping, the terminal type specified in the mapping
216 If more than one mapping is specified, the
217 first applicable mapping is used.
219 For example, consider the following mapping: \fBdialup>9600:vt100\fP.
220 The port type is dialup , the operator is >, the baud rate
223 this mapping is to specify that if the terminal type is \fBdialup\fP,
228 If no port type is specified, the terminal type will match any port type.
229 For example, \fB\-m dialup:vt100 \-m :?xterm\fP
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.
233 queried on a default port as to whether they are actually using an xterm
236 No whitespace characters are permitted in the \fB\-m\fP option argument.
237 Also, to avoid problems with meta-characters, it is suggested that the
238 entire \fB\-m\fP option argument be placed within single quote characters,
244 .B \-c
247 .BI \-e\ ch
250 .B \-I
253 .BI \-i\ ch
256 .BI \-k\ ch
259 .BI \-m\ mapping
260 Specify a mapping from a port type to a terminal;
261 see subsection \*(``Terminal Type Mapping\*(''.
263 .B \-Q
268 .B \-q
271 The option \*(``\-\*('' by itself is equivalent but archaic.
273 .B \-r
276 .B \-s
281 .B \-V
285 .B \-w
290 The arguments for the \fB\-e\fP, \fB\-i\fP, and \fB\-k\fP
293 notation, i.e., control-h may be specified as \*(``\*^H\*('' or \*(``\*^h\*(''.
295 If neither \fB\-c\fP or \fB\-w\fP is given, both options are assumed.
315 system port name to terminal type mapping database (BSD versions only).
321 (POSIX.1-2008) nor
324 The AT&T \fBtput\fP utility (AIX, HP-UX, Solaris)
325 incorporated the terminal-mode manipulation as well as termcap-based features
329 In fact, the commonly-used \fBreset\fP utility
336 appropriately for each dial-up line,
343 is no longer supported under terminfo-based \fI\%ncurses\fP:
345 The \fB\-S\fP option of BSD \fBtset\fP no longer works;
348 The \fB\-s\fP option only sets \fITERM\fP,
353 \*(``TSET\*('' (or via any other name beginning with an upper-case letter)
354 set the terminal to use upper-case only.
357 The \fB\-A\fP, \fB\-E\fP, \fB\-h\fP, \fB\-u\fP and \fB\-v\fP
362 The \fB\-a\fP, \fB\-d\fP, and \fB\-p\fP options are similarly
366 three options be changed to use the \fB\-m\fP option instead.
367 The \fB\-a\fP, \fB\-d\fP, and \fB\-p\fP options
373 \fB\-n\fP option to specify that the new terminal driver should be used.
376 It is still permissible to specify the \fB\-e\fP, \fB\-i\fP,
377 and \fB\-k\fP options without arguments,
382 executing \fB@TSET@\fP as \fB@RESET@\fP no longer implies the \fB\-Q\fP option.
383 Also, the interaction between the \- option and the \fIterminal\fP
386 The \fB\-c\fP and \fB\-w\fP options are not found in earlier implementations.
387 However, a different window size-change feature was provided in 4.4BSD.
408 may thus be useful for working around window-size problems,
416 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/s6/reset.c
427 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/src/cmd/\
433 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/s6/tset.c
434 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/man7/ttycap.7
441 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/src/cmd/\
446 .\" https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.9BSD/usr/src/ucb/\