man.bsd.lv manual page server

Manual Page Search Parameters
STTY(1) General Commands Manual STTY(1)

stty - set terminal options

stty [ option ... ]

Stty sets certain I/O options on the current output terminal. With no argument, it reports the current settings of the options. The option strings are selected from the following set:

allow even parity
disallow even parity
allow odd parity
disallow odd parity
raw mode input (no erase, kill, interrupt, quit, EOT; parity bit passed back)
negate raw mode
same as `-raw'
make each character available to read(2) as received; no erase and kill
make characters available to read only when newline is received
allow carriage return for new-line, and output CR-LF for carriage return or new-line
accept only new-line to end lines
echo back every character typed
do not echo characters
map upper case to lower case
do not map case
replace tabs by spaces when printing
preserve tabs
reset erase and kill characters back to normal # and @
set erase character to c. C can be of the form `^X' which is interpreted as a `control X'.
set kill character to c. `^X' works here also.

select style of delay for carriage return (see ioctl(2))

select style of delay for linefeed

select style of delay for tab
select style of delay for form feed
select style of delay for backspace
set all modes suitable for the Teletype Corporation Model 33 terminal.
set all modes suitable for the Teletype Corporation Model 37 terminal.
set all modes suitable for Digital Equipment Corp. VT05 terminal
set all modes suitable for a General Electric TermiNet 300
set all modes suitable for Texas Instruments 700 series terminal
set all modes suitable for Tektronix 4014 terminal
hang up dataphone on last close.
do not hang up dataphone on last close.
0
hang up phone line immediately
50 75 110 134 150 200 300 600 1200 1800 2400 4800 9600 exta extb

Set terminal baud rate to the number given, if possible. (These are the speeds supported by the DH-11 interface).

ioctl(2), tabs(1)

UNIX-7