summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-04-27 21:31:23 +0000
committerache <ache@FreeBSD.org>2000-04-27 21:31:23 +0000
commitecbfef142fe07cfdc2340f8798a40ccb16381424 (patch)
treee87a6bf52c0c5afbf5c65e7dbc73291d1ab484b0 /bin/stty/stty.h
parent676117ef4cc0044d29cace8f438915a5fdc4de45 (diff)
downloadFreeBSD-src-ecbfef142fe07cfdc2340f8798a40ccb16381424.zip
FreeBSD-src-ecbfef142fe07cfdc2340f8798a40ccb16381424.tar.gz
Add ability to manipulate with drain wait time
Diffstat (limited to 'bin/stty/stty.h')
-rw-r--r--bin/stty/stty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/stty/stty.h b/bin/stty/stty.h
index e122979..6c9ed5e 100644
--- a/bin/stty/stty.h
+++ b/bin/stty/stty.h
@@ -43,9 +43,11 @@ struct info {
int off; /* turn off */
int set; /* need set */
int wset; /* need window set */
+ int tset; /* need timeout set */
char *arg; /* argument */
struct termios t; /* terminal info */
struct winsize win; /* window info */
+ int timeout; /* drain wait time */
};
struct cchar {
OpenPOWER on IntegriCloud