From fca76a017da6b342589d3d93cde0c09a7f306edf Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 12 Apr 2024 21:15:36 +0200 Subject: [PATCH] Fix text alignment --- src/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tty.c b/src/tty.c index f282cbe..af79f3f 100644 --- a/src/tty.c +++ b/src/tty.c @@ -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: