tty raw mode support works mostly

adding cli-{chansession,runopts}.c which were missing

--HG--
extra : convert_revision : ca970fb1e3fdbf0a72750e4af8f45ad308e77368
This commit is contained in:
Matt Johnston
2004-07-30 12:29:53 +00:00
parent 225452befc
commit cb071834da
4 changed files with 405 additions and 0 deletions

View File

@@ -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 */