Christopher Allene's patch for going full-screen on Alt-Enter.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 39dfc94..371945f 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -287,6 +287,7 @@ typedef struct {
     int localecho;
     int localedit;
     int alwaysontop;
+    int fullscreenonaltenter;
     int scroll_on_key;
     int scroll_on_disp;
     int compose_key;