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