Richard's lazy-scrolling patch. This builds up scroll operations in a list,
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 12:26:33 +0000 (12:26 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 12:26:33 +0000 (12:26 +0000)
commit341eb9782019fd4fd77ff56894b489a23f229131
tree49735c631fbc1eb55f127c73094eb8f4adb84b82
parent0b6baa333e2eb5ded2170cd1c4b697b5b17afd5a
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2763 cda61777-01e9-0310-a592-d414129be87e
mac/macterm.c
putty.h
terminal.c
terminal.h