mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Add option --no-tty-restore / -N that makes execution flow omit call to tty_restore().
This commit is contained in:
parent
3af4c5591e
commit
4eaf19493b
9 changed files with 33 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue