]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Richard's lazy-scrolling patch. This builds up scroll operations in a list,
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Feb 2003 12:26:33 +0000 (12:26 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Feb 2003 12:26:33 +0000 (12:26 +0000)
commitfe5f4c14f465cdf3642b3b82e9254edd0f4edccc
tree49735c631fbc1eb55f127c73094eb8f4adb84b82
parentd3d8714f066af54044ba49bac377fe06ce53d371
Richard's lazy-scrolling patch.  This builds up scroll operations in a list,
combining adjacent ones for the same region, and runs them all in do_paint.
I'm not sure it's entirely right, but it works on my Mac in every case I've
tested.

[originally from svn r2763]
mac/macterm.c
putty.h
terminal.c
terminal.h