Fix Makefile dependencies.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 52e39df..e37c1a1 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -277,6 +277,7 @@ typedef struct {
     int funky_type;
     int no_applic_c;                  /* totally disable app cursor keys */
     int no_applic_k;                  /* totally disable app keypad */
+    int no_mouse_rep;                 /* totally disable mouse reporting */
     int no_remote_resize;             /* disable remote resizing */
     int no_alt_screen;                /* disable alternate screen */
     int no_remote_wintitle;           /* disable remote retitling */