X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5471d09ad63fc6216fb9c2a3b52ca9c93821a054..3ad9d396e3e57477b4da4b20665ca33edd5d7f67:/terminal.c diff --git a/terminal.c b/terminal.c index 87c151e3..8f8ec157 100644 --- a/terminal.c +++ b/terminal.c @@ -3100,7 +3100,7 @@ void term_mouse(Mouse_Button b, Mouse_Action a, int x, int y, if ((ldata[cols] & LATTR_MODE) != LATTR_NORM) selpoint.x /= 2; - if (xterm_mouse) { + if (xterm_mouse && !(cfg.mouse_override && shift)) { int encstate = 0, r, c; char abuf[16]; static int is_down = 0;