Mercurial > dropbear
diff session.h @ 41:18eccbfb9641
added window-size change handling
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 01 Aug 2004 09:41:37 +0000 |
parents | b4874d772210 |
children | 942b22d7dd1c |
line wrap: on
line diff
--- a/session.h Sun Aug 01 08:54:01 2004 +0000 +++ b/session.h Sun Aug 01 09:41:37 2004 +0000 @@ -212,6 +212,8 @@ int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */ struct termios saved_tio; + int winchange; /* Set to 1 when a windowchange signal happens */ + }; /* Global structs storing the state */