1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Merge branch 'stuck' of /home/simon-win/src/putty into main

This commit is contained in:
Simon Tatham
2022-03-29 18:09:43 +01:00
4 changed files with 23 additions and 0 deletions

View File

@ -2625,6 +2625,9 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
(conf_get_int(conf, CONF_mouse_is_xterm) == 2))) {
POINT cursorpos;
/* Just in case this happened in mid-select */
term_cancel_selection_drag(term);
show_mouseptr(true); /* make sure pointer is visible */
GetCursorPos(&cursorpos);
TrackPopupMenu(popup_menus[CTXMENU].menu,