simon-svn: putty: simon
tartarus-commits at lists.tartarus.org
tartarus-commits at lists.tartarus.org
Fri Dec 17 11:37:16 GMT 2004
SVN root: svn://ixion.tartarus.org/main
Changes by: simon
Revision: 5001
Date: 2004-12-17 11:37:16 +0000 (Fri, 17 Dec 2004)
Log message (10 lines):
Divide the do_paint() loop into several subloops. The activity of
going through the line and working out which bits need to be redrawn
is now in a separate loop from the subsequent activity of actually
going through and doing the redraws. This _should_ enable me to
tinker with the which-bits-to-redraw data in between the two, thus
fixing `font-overflow'. However, I thought it would be sensible to
break the work up into two commits so we can track bugs in the
restructuring separately from bugs introduced by the new feature.
Also added a couple more terminal test files.
Modified files:
U putty/terminal.c
A putty/testdata/lattrs.txt
A putty/testdata/vt100.txt
Links:
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty/terminal.c?rev=5001&r1=5000&r2=5001
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty/testdata/lattrs.txt?rev=5001&view=markup
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty/testdata/vt100.txt?rev=5001&view=markup
More information about the tartarus-commits
mailing list