aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2020-05-05 21:45:41 +1000
committerSteve Bennett <steveb@workware.net.au>2024-02-04 10:08:26 +1000
commit474bab96aaa42526fdd5283a925e540679ae0bfe (patch)
tree50e7c2cb289c9475892f40789f916becacf513e6 /jim-aio.c
parentdd22498a18f17f8b9f2c080f21f0310bf8c1880a (diff)
downloadjimtcl-474bab96aaa42526fdd5283a925e540679ae0bfe.zip
jimtcl-474bab96aaa42526fdd5283a925e540679ae0bfe.tar.gz
jimtcl-474bab96aaa42526fdd5283a925e540679ae0bfe.tar.bz2
aio: tty: Add support for vstart and vstop
xonxoff start and stop chars Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim-aio.c')
-rw-r--r--jim-aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-aio.c b/jim-aio.c
index f199433..0805d41 100644
--- a/jim-aio.c
+++ b/jim-aio.c
@@ -2145,7 +2145,7 @@ static const jim_subcmd_type aio_command_table[] = {
#endif
#if defined(HAVE_TERMIOS_H)
{ "tty",
- "?baud rate? ?data bits? ?stop bits? ?parity even|odd|none? ?handshake xonxoff|rtscts|none? ?input raw|cooked? ?output raw|cooked? ?echo 0|1? ?vmin n? ?vtime n?",
+ "?baud rate? ?data bits? ?stop bits? ?parity even|odd|none? ?handshake xonxoff|rtscts|none? ?input raw|cooked? ?output raw|cooked? ?echo 0|1? ?vmin n? ?vtime n? ?vstart char? ?vstop char?",
aio_cmd_tty,
0,
-1,