RDB's general resizing cleanup. He's put his favourite resize mode
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 53a6c54..cee5ae9 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -304,7 +304,7 @@ typedef struct {
     char bell_wavefile[FILENAME_MAX];
     int scrollbar;
     int scrollbar_in_fullscreen;
-    enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT } resize_action;
+    enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT, RESIZE_EITHER } resize_action;
     int bce;
     int blinktext;
     int win_name_always;