stty [option...]

Set term characteristics.

Note - use /usr/tac/bin/sttyi to set ikeys.

Options (option preceeded by '-' negates that option) -
even	- even parity.
odd		- odd parity.
raw		- raw mode.
cbreak	- cbreak mode (single char i/o, no erase or kill).
nl		- nl = accept only nl
		 -nl = allow CR for nl, & output CR-LF.
echo	- echo input.
lcase	- map upper case to lower.
tabs	- tabs = preserve tabs
		 -tabs = replace tabs with spaces.
ek		- reset erase & kill chars to system default.
erase c	- set erase char to 'c'.
kill c	- set kill char to 'c'.
crn		- CR delay.
nln		- LF delay.
tabn	- tab delay.
ffn		- form feed delay.
bsn		- back space delay.
hup		- hang up data phone on last close.
0		- hang up phone.
n		- set baud rate.

