1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Add a parameter to write_clip() so that windlg.c need not call term_deselect

[originally from svn r681]
This commit is contained in:
Simon Tatham
2000-10-06 12:32:25 +00:00
parent bbe7ece71f
commit 7b6106d62a
6 changed files with 22 additions and 10 deletions

View File

@ -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;