summaryrefslogtreecommitdiff
path: root/src/doc/screen.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/screen.texinfo')
-rw-r--r--src/doc/screen.texinfo6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index e706833..9f160d3 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -1424,6 +1424,12 @@ Usually 300, 1200, 9600 or 19200. This affects transmission as well as
receive speed.
@item cs8 or cs7
Specify the transmission of eight (or seven) bits per byte.
+@item cstopb or -cstopb
+Specify two (or one) stop bits per character
+@item parenb or -parenb
+Generate parity bit in output and expect parity bit in input
+@item parodd or -parodd
+Set odd (or even) parity
@item ixon or -ixon
Enables (or disables) software flow-control (CTRL-S/CTRL-Q) for sending
data.