comparison 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
comparison
equal deleted inserted replaced
40:b4874d772210 41:18eccbfb9641
210 unsigned donefirstkex : 1; /* Set when we set sentnewkeys, never reset */ 210 unsigned donefirstkex : 1; /* Set when we set sentnewkeys, never reset */
211 211
212 int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */ 212 int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */
213 struct termios saved_tio; 213 struct termios saved_tio;
214 214
215 int winchange; /* Set to 1 when a windowchange signal happens */
216
215 }; 217 };
216 218
217 /* Global structs storing the state */ 219 /* Global structs storing the state */
218 extern struct sshsession ses; 220 extern struct sshsession ses;
219 221