Don't quit the plink main loop until the stdout and stderr buffers
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index b930043..cdab4aa 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -303,6 +303,7 @@ typedef struct {
     int bellovl_s;                    /* period of silence to re-enable bell (s) */
     char bell_wavefile[FILENAME_MAX];
     int scrollbar;
+    int scrollbar_in_fullscreen;
     enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT } resize_action;
     int bce;
     int blinktext;