summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-01 09:41:37 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-01 09:41:37 +0000
commit55c9b4564937d6f3348896d010bde2bb3711a1fd (patch)
tree0b0c8d4e47918a3bae2318ed82ca5ac673fafe63 /session.h
parent051b7454f80a52d2b0bea2e34562949a3bc70fe4 (diff)
added window-size change handling
--HG-- extra : convert_revision : 93a39c7b76f478035046b9c6f88af54612cce36f
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.h b/session.h
index 1ce944a..2009054 100644
--- a/session.h
+++ b/session.h
@@ -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 */