1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-11 08:08:06 -05:00
Simon Tatham f69cf86a61 Windows: reinstate redraws during interactive scrollbar drag.
I just discovered that they weren't happening, and the reason why is
thoroughly annoying. Details are in the long comment I've added to the
WM_VSCROLL handler in WndProc, but the short version is that when you
interactively drag the terminal window's scrollbar, a subsidiary
message loop is launched by DefWndProc, causing all our timer events
to go missing until the user lets go of the scrollbar again. So we
have to manually update the terminal window on scroll events, because
the normal system is out of action.

I assume this changed behaviour round about the big rework of terminal
updating in February. Good job I spotted it just _before_ 0.75, and
not just after!
2021-04-24 19:55:36 +01:00
..
2021-02-21 23:07:02 +00:00
2021-04-10 14:45:24 +01:00
2020-03-10 21:27:57 +00:00
2019-10-14 19:42:37 +01:00
2021-04-10 14:45:24 +01:00
2019-10-14 19:42:37 +01:00
2021-04-10 14:45:24 +01:00
2021-04-10 14:45:24 +01:00