Let's spell '\t' as VK_TAB in that last patch, in fact, just in case
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 477a81e..8217024 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -65,17 +65,21 @@ GLOBAL int app_cursor_keys, app_keypad_keys;
 GLOBAL int seen_key_event;
 GLOBAL int seen_disp_event;
 
+GLOBAL int session_closed;
+
 typedef enum {
     US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3
 } Unscroll_Trigger;
 
-GLOBAL Unscroll_trigger unscroll_event;
+GLOBAL Unscroll_Trigger unscroll_event;
+
+GLOBAL char *logfile;
 
 #define WM_NETEVENT  (WM_USER + 1)
 
 typedef enum {
     TS_AYT, TS_BRK, TS_SYNCH, TS_EC, TS_EL, TS_GA, TS_NOP, TS_ABORT,
-    TS_AO, TS_IP, TS_SUSP, TS_EOR, TS_EOF
+    TS_AO, TS_IP, TS_SUSP, TS_EOR, TS_EOF, TS_LECHO, TS_RECHO
 } Telnet_Special;
 
 typedef enum {