From c1c67d32959bc542c68351567938b695a5cf0092 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Mar 1993 16:16:43 +0000 Subject: Accept `flush' option. From Arne H. Juul arnej@lise.unit.no --- src/stty.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/stty.c b/src/stty.c index 4fb815829..b9daf0a12 100644 --- a/src/stty.c +++ b/src/stty.c @@ -105,6 +105,9 @@ #if defined(VLNEXT) && !defined(CLNEXT) #define CLNEXT Control ('v') #endif +#if defined(VFLUSHO) && !defined(CFLUSHO) +#define CFLUSHO Control ('o') +#endif char *visible (); unsigned long baud_to_value (); @@ -346,6 +349,9 @@ static struct control_info control_info[] = #ifdef VLNEXT {"lnext", CLNEXT, VLNEXT}, #endif +#ifdef VFLUSHO + {"flush", CFLUSHO, VFLUSHO}, +#endif /* These must be last because of the display routines. */ {"min", 1, VMIN}, -- cgit v1.2.3-70-g09d2