Jacob's patch to cause Shift to return to copy-and-paste when xterm
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index d8a6daf..39dfc94 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -333,6 +333,7 @@ typedef struct {
     /* Selection options */
     int mouse_is_xterm;
     int rawcnp;
+    int mouse_override;
     short wordness[256];
     /* translations */
     VT_Mode vtmode;