Mercurial > dropbear
diff session.h @ 39:0883c0906870
tty raw mode support works mostly
adding cli-{chansession,runopts}.c which were missing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 30 Jul 2004 12:29:53 +0000 |
parents | 0913e2ee3545 |
children | b4874d772210 |
line wrap: on
line diff
--- a/session.h Fri Jul 30 11:27:52 2004 +0000 +++ b/session.h Fri Jul 30 12:29:53 2004 +0000 @@ -208,6 +208,9 @@ 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 */