]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - terminal.h
Belatedly update the copyright year to 2013.
[PuTTY.git] / terminal.h
index 5c9658b8ce93b8d50be7474cd7c3cecaf2dc377f..14e797b09c421b7231e99f7d24798daa57712f74 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;