mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge branch 'master' of github.com:tio/tio
This commit is contained in:
commit
dc455eb0c2
2 changed files with 3 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
|||
tio_printf("Parity: %s", option.parity);
|
||||
tio_printf("Output delay: %d", option.output_delay);
|
||||
if (option.log)
|
||||
color_printf("Log file: %s", option.log_filename);
|
||||
tio_printf("Log file: %s", option.log_filename);
|
||||
*forward = false;
|
||||
break;
|
||||
case KEY_Q:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue