Skip to content

Commit

Permalink
Fix text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Apr 12, 2024
1 parent 7915c1a commit fca76a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fca76a0

Please sign in to comment.