mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Show auto connect status in show configuration
This commit is contained in:
parent
ff4b37af53
commit
2375bc0c7b
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
|||
tio_printf(" Local echo: %s", option.local_echo ? "enabled" : "disabled");
|
||||
tio_printf(" Timestamps: %s", option.timestamp ? "enabled" : "disabled");
|
||||
tio_printf(" Output delay: %d", option.output_delay);
|
||||
tio_printf(" Auto connect: %s", option.no_autoconnect ? "disabled" : "enabled");
|
||||
if (option.map[0] != 0)
|
||||
tio_printf(" Map flags: %s", option.map);
|
||||
if (option.log)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue