Fix inadvertent O(N^2) loop within do_paint() which I just
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Mar 2006 14:53:18 +0000 (14:53 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Mar 2006 14:53:18 +0000 (14:53 +0000)
commitbead8fe5a91e28295a93126d1ea9483c28c27e88
treedfae8b71cc5f231949d2a7dec8b03fff01d3988a
parentbcfb73ea111bb4a293fc5984b5cf512936ac6b87
Fix inadvertent O(N^2) loop within do_paint() which I just
discovered when profiling IPBT.

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