mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
tty raw mode support works mostly
adding cli-{chansession,runopts}.c which were missing
--HG--
extra : convert_revision : ca970fb1e3fdbf0a72750e4af8f45ad308e77368
This commit is contained in:
@@ -208,6 +208,9 @@ struct clientsession {
|
||||
int something; /* XXX */
|
||||
unsigned donefirstkex : 1; /* Set when we set sentnewkeys, never reset */
|
||||
|
||||
int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */
|
||||
struct termios saved_tio;
|
||||
|
||||
};
|
||||
|
||||
/* Global structs storing the state */
|
||||
|
||||
Reference in New Issue
Block a user