Merge branch 'allow_strip_esc_key' of https://github.com/nh26223/tio into nh26223-allow_strip_esc_key

This commit is contained in:
Martin Lund 2022-06-15 22:49:22 +02:00
commit 256d6b4fc2
6 changed files with 99 additions and 2 deletions

View file

@ -50,6 +50,7 @@ struct option_t
int output_delay;
bool no_autoconnect;
bool log;
bool log_strip;
bool local_echo;
enum timestamp_t timestamp;
const char *log_filename;