summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/session.h b/session.h
index 158e209..0719e34 100644
--- a/session.h
+++ b/session.h
@@ -259,6 +259,9 @@ struct clientsession {
int stderrcopy;
int stderrflags;
+ /* for escape char handling */
+ int last_char;
+
int winchange; /* Set to 1 when a windowchange signal happens */
int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD,