Ability to hide the mouse pointer on a keypress a la Word
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index e2b6473..b618dd9 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -196,6 +196,7 @@ typedef struct {
     int fontcharset;
     char logfilename[FILENAME_MAX];
     int logtype;
+    int hide_mouseptr;
     /* Colour options */
     int try_palette;
     int bold_colour;