X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ec8679e9b667dd6de9ef29e0d01085b219901e3b..c96a8fef89ccb3079d3d8e34cc89603a05b38c71:/terminal.c diff --git a/terminal.c b/terminal.c index f5a2ae01..21911920 100644 --- a/terminal.c +++ b/terminal.c @@ -2001,7 +2001,7 @@ void term_mouse (Mouse_Button b, Mouse_Action a, int x, int y) { } q = lineend + 1; /* start of next line */ } - write_clip (selspace, p - selspace); + write_clip (selspace, p - selspace, FALSE); selstate = SELECTED; } else selstate = NO_SELECTION;