X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/61cc757f0b9df0437a95c039bfc3d01ef0412809..b4bc538452c92b6a2f9c935028461f5c774a4f1f:/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;