home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / stty.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  2.6 KB  |  102 lines

  1. .th STTY I 6/12/72
  2. .sh NAME
  3. stty \*- set typewriter options
  4. .sh SYNOPSIS
  5. .bd stty
  6. [ option ... ]
  7. .sh DESCRIPTION
  8. .it Stty
  9. sets certain I/O options on the current output typewriter.
  10. With no argument, it reports the current settings of the options.
  11. The option strings are
  12. selected from the following set:
  13. .s3
  14. .lp +10 10
  15. \fBeven\fR    allow even parity
  16. .lp +10 10
  17. \fB\*-even\fR    disallow even parity
  18. .lp +10 10
  19. \fBodd\fR    allow odd parity
  20. .lp +10 10
  21. \fB\*-odd\fR    disallow odd parity
  22. .lp +10 10
  23. \fBraw\fR    raw mode input
  24. (no erase, kill, interrupt, quit, EOT; parity bit passed back)
  25. .lp +10 10
  26. \fB\*-raw\fR    negate raw mode
  27. .lp +10 10
  28. \fBcooked\fR    same as `\-raw'
  29. .lp +10 10
  30. \fB\*-nl\fR    allow carriage return for new-line,
  31. and output CR-LF for carriage return or new-line
  32. .lp +10 10
  33. \fBnl\fR    accept only new-line to end lines
  34. .lp +10 10
  35. \fBecho\fR    echo back every character typed
  36. .lp +10 10
  37. \fB\*-echo\fR    do not echo characters
  38. .lp +10 10
  39. \fBlcase\fR    map upper case to lower case
  40. .lp +10 10
  41. \fB\*-lcase\fR    do not map case
  42. .lp +10 10
  43. \fB\*-tabs\fR    replace tabs by spaces when printing
  44. .lp +10 10
  45. \fBtabs\fR    preserve tabs
  46. .lp +10 10
  47. \fBek\fR    reset erase and kill characters back to normal # and @.
  48. .lp +10 10
  49. \fBerase\fI c\fR    set erase character to
  50. .it c.
  51. .lp +10 10
  52. \fBkill\fI c\fR    set kill character to
  53. .it c.
  54. .lp +10 10
  55. \fBcr0 cr1 cr2 cr3\fR
  56. .br
  57. select style of delay for carriage return (see below)
  58. .lp +10 10
  59. \fBnl0 nl1 nl2 nl3\fR
  60. .br
  61. select style of delay for linefeed (see below)
  62. .lp +10 10
  63. \fBtab0 tab1 tab2 tab3\fR
  64. .br
  65. select style of delay for tab (see below)
  66. .lp +10 10
  67. \fBff0 ff1\fR
  68. .br
  69. select style of delay for form feed (see below)
  70. .lp +10 10
  71. \fBtty33\fR    set all modes suitable for Teletype model 33
  72. .lp +10 10
  73. \fBtty37\fR    set all modes suitable for Teletype model 37
  74. .lp +10 10
  75. \fBvt05\fR    set all modes suitable for DEC VT05 terminal
  76. .lp +10 10
  77. \fBtn300\fR    set all modes suitable for GE Terminet 300
  78. .lp +10 10
  79. \fBti700\fR    set all modes suitable for Texas Instruments 700 terminal
  80. .lp +10 10
  81. \fBtek\fR    set all modes suitable for Tektronix 4014 terminal
  82. .lp +10 10
  83. \fBhup\fR    hang up dataphone on last close.
  84. .lp +10 10
  85. \fB\-hup\fR    do not hang up dataphone on last close.
  86. .lp +10 10
  87. \fB0\fR    hang up phone line immediately
  88. .lp +10 10
  89. \fB50 75 110 134 150 200 300 600 1200 1800 2400 4800 9600 exta extb\fR
  90. .br
  91. Set typewriter baud rate to the number given, if possible.
  92. (These are the speeds supported by the DH-11 interface).
  93. .s3
  94. .i0
  95. .dt
  96. The various delay algorithms are tuned to various kinds of terminals.
  97. In general the specifications ending in `0' mean no delay for the
  98. corresponding character.
  99. .sh "SEE ALSO"
  100. stty (II)
  101. .sh BUGS
  102.