diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-01 09:41:37 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-01 09:41:37 +0000 |
commit | 55c9b4564937d6f3348896d010bde2bb3711a1fd (patch) | |
tree | 0b0c8d4e47918a3bae2318ed82ca5ac673fafe63 /session.h | |
parent | 051b7454f80a52d2b0bea2e34562949a3bc70fe4 (diff) |
added window-size change handling
--HG--
extra : convert_revision : 93a39c7b76f478035046b9c6f88af54612cce36f
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,8 @@ struct clientsession { 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 */ |