Modifications to the new Close On Exit option:
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 88774e0..2e72b56 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -135,8 +135,8 @@ enum {
      * Close On Exit behaviours. (cfg.close_on_exit)
      */
     COE_NEVER,      /* Never close the window */
-    COE_ALWAYS,     /* Always close the window */
-    COE_NORMAL      /* Close window on "normal" (non-error) exits only */
+    COE_NORMAL,     /* Close window on "normal" (non-error) exits only */
+    COE_ALWAYS      /* Always close the window */
 };
 
 typedef struct {