Show current mappings in the configuration printout

This commit is contained in:
Vyacheslav Patkov 2024-06-02 15:17:38 +04:00 committed by Martin Lund
parent d1d6b45e8e
commit 563c4fa6ea
2 changed files with 27 additions and 4 deletions

View file

@ -716,10 +716,6 @@ void options_print()
tio_printf(" Input mode: %s", option_input_mode_to_string(option.input_mode));
tio_printf(" Output mode: %s", option_output_mode_to_string(option.output_mode));
tio_printf(" Alert: %s", option_alert_state_to_string(option.alert));
if (option.map[0] != 0)
{
tio_printf(" Map flags: %s", option.map);
}
if (option.log)
{
tio_printf(" Log file: %s", log_get_filename());