mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Move map variables to tty to keep them all in one spot
This commit is contained in:
parent
5651c1c5d7
commit
afc9e3be5b
4 changed files with 7 additions and 7 deletions
|
|
@ -129,6 +129,9 @@ const char random_array[] =
|
|||
};
|
||||
|
||||
bool interactive_mode = true;
|
||||
bool map_i_nl_cr = false;
|
||||
bool map_i_cr_nl = false;
|
||||
bool map_ign_cr = false;
|
||||
|
||||
static struct termios tio, tio_old, stdout_new, stdout_old, stdin_new, stdin_old;
|
||||
static unsigned long rx_total = 0, tx_total = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue