mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix text alignment
This commit is contained in:
parent
7915c1a445
commit
fca76a017d
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,7 @@ void handle_command_sequence(char input_char, char *output_char, bool *forward)
|
|||
tio_printf(" ctrl-%c v Show version", option.prefix_key);
|
||||
tio_printf(" ctrl-%c x Send file via Xmodem", option.prefix_key);
|
||||
tio_printf(" ctrl-%c y Send file via Ymodem", option.prefix_key);
|
||||
tio_printf(" ctrl-%c ctrl-%c Send ctrl-%c character", option.prefix_key, option.prefix_key, option.prefix_key);
|
||||
tio_printf(" ctrl-%c ctrl-%c Send ctrl-%c character", option.prefix_key, option.prefix_key, option.prefix_key);
|
||||
break;
|
||||
|
||||
case KEY_SHIFT_L:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue