]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
When scrolling part of the window, scroll the update region as well so that
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 7 Dec 2002 15:21:56 +0000 (15:21 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 7 Dec 2002 15:21:56 +0000 (15:21 +0000)
commitf2bfdefe45b149e03d0c1c66bd74bacb8f130e05
tree07ce19c676265788004b214c1db69293d95392fd
parent64bbf0d4f2bf3b47bc7d6851430ffb447718567b
When scrolling part of the window, scroll the update region as well so that
parts that haven't been painted yet still get an update event in their new
location.  This code seems far too complicated, and I suspect there's a
better way.  Still, scrolling continuously with the window partially
off-screen now works.

[originally from svn r2284]
mac/macterm.c