mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix text
This commit is contained in:
parent
166d36d7d4
commit
b23397caa0
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ Show TX/RX statistics
|
|||
.IP "\fBctrl-t t"
|
||||
Send ctrl-t key code
|
||||
.IP "\fBctrl-t L"
|
||||
Show lines state (DTR, RTS, CTS, DSR, DCD, RI)
|
||||
Show line states (DTR, RTS, CTS, DSR, DCD, RI)
|
||||
.IP "\fBctrl-t d"
|
||||
Toggle DTR
|
||||
.IP "\fBctrl-t r"
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
|||
tio_printf(" ctrl-t e Toggle local echo mode");
|
||||
tio_printf(" ctrl-t h Toggle hexadecimal mode");
|
||||
tio_printf(" ctrl-t l Clear screen");
|
||||
tio_printf(" ctrl-t L Show lines state");
|
||||
tio_printf(" ctrl-t L Show line states");
|
||||
tio_printf(" ctrl-t q Quit");
|
||||
tio_printf(" ctrl-t r Toggle RTS line");
|
||||
tio_printf(" ctrl-t s Show statistics");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue