Disable warn-on-close for inactive windows
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 7e7eca6..0d93665 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -65,6 +65,8 @@ 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;