From 474bab96aaa42526fdd5283a925e540679ae0bfe Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 5 May 2020 21:45:41 +1000 Subject: aio: tty: Add support for vstart and vstop xonxoff start and stop chars Signed-off-by: Steve Bennett --- jim-aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jim-aio.c') 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, -- cgit v1.1