X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=terminal.h;h=14e797b09c421b7231e99f7d24798daa57712f74;hb=0cc6fb8bfea07360afeac83ba67aceffb56499c8;hp=5c9658b8ce93b8d50be7474cd7c3cecaf2dc377f;hpb=21b04f5e00e21b4ffbb790d23c26e25b7f977ba2;p=PuTTY.git diff --git a/terminal.h b/terminal.h index 5c9658b8..14e797b0 100644 --- a/terminal.h +++ b/terminal.h @@ -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;