summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stty.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stty.c b/src/stty.c
index 6a365adf8..30053cc51 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -343,6 +343,9 @@ static struct mode_info const mode_info[] =
{"echoke", local, SANE_SET | REV, ECHOKE, 0},
{"crtkill", local, REV | OMIT, ECHOKE, 0},
#endif
+#ifdef FLUSHO
+ {"flusho", local, SANE_UNSET | REV, FLUSHO, 0},
+#endif
#if defined TIOCEXT
{"extproc", local, SANE_UNSET | REV | NO_SETATTR, EXTPROC, 0},
#elif defined EXTPROC
@@ -835,6 +838,11 @@ Local settings:\n\
* [-]extproc enable \"LINEMODE\"; useful with high latency links\n\
"), stdout);
#endif
+#if defined FLUSHO
+ fputs (_("\
+ * [-]flusho discard output\n\
+"), stdout);
+#endif
printf (_("\
[-]icanon enable special characters: %s\n\
[-]iexten enable non-POSIX special characters\n\
@@ -1054,6 +1062,9 @@ Combination settings:\n\
#ifdef EXTPROC
" -extproc"
#endif
+#ifdef FLUSHO
+ " -flusho"
+#endif
);
fputs (_("\
\n\