X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f5c862330fac2ba1765ffc36193919ceb5ab0eee..f82370e12ebfa55f0458a26dc2a1c500347185a3:/terminal.h 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;