diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /bin/stty/modes.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'bin/stty/modes.c')
| -rw-r--r-- | bin/stty/modes.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 4b5f854103b2..2ab4a26f082b 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -78,6 +78,14 @@ struct modes cmodes[] = { "-clocal", 0, CLOCAL, "crtscts", CRTSCTS, 0, "-crtscts", 0, CRTSCTS, + "ctsflow", CCTS_OFLOW, 0, + "-ctsflow", 0, CCTS_OFLOW, + "dsrflow", CDSR_OFLOW, 0, + "-dsrflow", 0, CDSR_OFLOW, + "dtrflow", CDTR_IFLOW, 0, + "-dtrflow", 0, CDTR_IFLOW, + "rtsflow", CRTS_IFLOW, 0, + "-rtsflow", 0, CRTS_IFLOW, NULL }; |
