termio
static struct termio _oldtty;
struct termio _tty;
struct termio new_tc = { 0, 0, 0, 0, {}, 0, 0 };
extern struct termio new_tc;
struct termio tmp_tc;
struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 };
static struct termio old_settings;
static struct termio new_settings;