mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Minor fixes to help output and key command list output
This commit is contained in:
parent
dc7e21b666
commit
1b0ef08d95
2 changed files with 2 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ void option_print_help(char *argv[])
|
|||
printf(" -p, --parity odd|even|none|mark|space Parity (default: none)\n");
|
||||
printf(" -o, --output-delay <ms> Output character delay (default: 0)\n");
|
||||
printf(" -O, --output-line-delay <ms> Output line delay (default: 0)\n");
|
||||
printf(" --output-line-delay-char cr|lf Output line delay character(default: lf)\n");
|
||||
printf(" --output-line-delay-char cr|lf Output line delay trigger character (default: lf)\n");
|
||||
printf(" --line-pulse-duration <duration> Set line pulse duration\n");
|
||||
printf(" -a, --auto-connect new|latest|direct Automatic connect strategy (default: direct)\n");
|
||||
printf(" --exclude-devices <pattern> Exclude devices by pattern\n");
|
||||
|
|
|
|||
|
|
@ -1137,6 +1137,7 @@ void handle_command_sequence(char input_char, char *output_char, bool *forward)
|
|||
tio_printf(" ctrl-%c i Toggle input mode", option.prefix_key);
|
||||
tio_printf(" ctrl-%c j Toggle raw mode for non-interactive use", option.prefix_key);
|
||||
tio_printf(" ctrl-%c J Toggle raw mode for interactive use", option.prefix_key);
|
||||
tio_printf(" ctrl-%c k Set key-script mappings", option.prefix_key);
|
||||
tio_printf(" ctrl-%c l Clear screen", option.prefix_key);
|
||||
tio_printf(" ctrl-%c L Show line states", option.prefix_key);
|
||||
tio_printf(" ctrl-%c m Change mapping of characters on input or output", option.prefix_key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue