Add option --no-tty-restore / -N that makes execution flow omit call to tty_restore().

This commit is contained in:
Erling Sigurdson 2025-11-08 04:21:25 +03:00
parent 3af4c5591e
commit 4eaf19493b
9 changed files with 33 additions and 3 deletions

View file

@ -61,6 +61,7 @@ struct option_t
int dcd_pulse_duration;
int ri_pulse_duration;
bool no_reconnect;
bool no_tty_restore;
auto_connect_t auto_connect;
bool log;
bool log_append;