blob: b26394d989a5fbafd02f1058a437a879718abf33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# TTYSET.H -- TTY parameters that can be set with TTYSETI or read with TTYSTATI.
# The values are set from the termcap entry and from the environment at
# TTYODES time.
define TTY_PADCHAR 1
define TTY_TABS 2
define TTY_SOTYPE 3
define TTY_BAUD 4
define TTY_NLINES 5
define TTY_NCOLS 6
|