home *** CD-ROM | disk | FTP | other *** search
- .th STTY I 6/12/72
- .sh NAME
- stty \*- set typewriter options
- .sh SYNOPSIS
- .bd stty
- [ option ... ]
- .sh DESCRIPTION
- .it Stty
- sets certain I/O options on the current output typewriter.
- With no argument, it reports the current settings of the options.
- The option strings are
- selected from the following set:
- .s3
- .lp +10 10
- \fBeven\fR allow even parity
- .lp +10 10
- \fB\*-even\fR disallow even parity
- .lp +10 10
- \fBodd\fR allow odd parity
- .lp +10 10
- \fB\*-odd\fR disallow odd parity
- .lp +10 10
- \fBraw\fR raw mode input
- (no erase, kill, interrupt, quit, EOT; parity bit passed back)
- .lp +10 10
- \fB\*-raw\fR negate raw mode
- .lp +10 10
- \fBcooked\fR same as `\-raw'
- .lp +10 10
- \fB\*-nl\fR allow carriage return for new-line,
- and output CR-LF for carriage return or new-line
- .lp +10 10
- \fBnl\fR accept only new-line to end lines
- .lp +10 10
- \fBecho\fR echo back every character typed
- .lp +10 10
- \fB\*-echo\fR do not echo characters
- .lp +10 10
- \fBlcase\fR map upper case to lower case
- .lp +10 10
- \fB\*-lcase\fR do not map case
- .lp +10 10
- \fB\*-tabs\fR replace tabs by spaces when printing
- .lp +10 10
- \fBtabs\fR preserve tabs
- .lp +10 10
- \fBek\fR reset erase and kill characters back to normal # and @.
- .lp +10 10
- \fBerase\fI c\fR set erase character to
- .it c.
- .lp +10 10
- \fBkill\fI c\fR set kill character to
- .it c.
- .lp +10 10
- \fBcr0 cr1 cr2 cr3\fR
- .br
- select style of delay for carriage return (see below)
- .lp +10 10
- \fBnl0 nl1 nl2 nl3\fR
- .br
- select style of delay for linefeed (see below)
- .lp +10 10
- \fBtab0 tab1 tab2 tab3\fR
- .br
- select style of delay for tab (see below)
- .lp +10 10
- \fBff0 ff1\fR
- .br
- select style of delay for form feed (see below)
- .lp +10 10
- \fBtty33\fR set all modes suitable for Teletype model 33
- .lp +10 10
- \fBtty37\fR set all modes suitable for Teletype model 37
- .lp +10 10
- \fBvt05\fR set all modes suitable for DEC VT05 terminal
- .lp +10 10
- \fBtn300\fR set all modes suitable for GE Terminet 300
- .lp +10 10
- \fBti700\fR set all modes suitable for Texas Instruments 700 terminal
- .lp +10 10
- \fBtek\fR set all modes suitable for Tektronix 4014 terminal
- .lp +10 10
- \fBhup\fR hang up dataphone on last close.
- .lp +10 10
- \fB\-hup\fR do not hang up dataphone on last close.
- .lp +10 10
- \fB0\fR hang up phone line immediately
- .lp +10 10
- \fB50 75 110 134 150 200 300 600 1200 1800 2400 4800 9600 exta extb\fR
- .br
- Set typewriter baud rate to the number given, if possible.
- (These are the speeds supported by the DH-11 interface).
- .s3
- .i0
- .dt
- The various delay algorithms are tuned to various kinds of terminals.
- In general the specifications ending in `0' mean no delay for the
- corresponding character.
- .sh "SEE ALSO"
- stty (II)
- .sh BUGS
-