Patch from Egmont Koblinger to implement two extended variants of
[sgt/putty] / terminal.h
index 5c9658b..14e797b 100644 (file)
@@ -152,6 +152,8 @@ struct terminal_tag {
     int big_cursor;
 
     int xterm_mouse;                  /* send mouse messages to host */
+    int xterm_extended_mouse;
+    int urxvt_extended_mouse;
     int mouse_is_down;                /* used while tracking mouse buttons */
 
     int bracketed_paste;