simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Jul 16 12:13:00 BST 2011


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       9221
Date:           2011-07-16 12:13:00 +0100 (Sat, 16 Jul 2011)

Log message (7 lines):
Fix display of VT100 vertically-offset horizontal line characters
(o,p,r,s). They are displayed in Windows by actually writing the
centred one (q) with a vertical offset, in case fonts don't have the
offset versions; this requires terminal.c to separate those characters
into distinct calls to do_text(). Unfortunately, it was only breaking
up a text-drawing call _before_ one of those characters, not after
one. Spotted by Robert de Bath.

Modified files:
U   putty/terminal.c

Links:
http://svn.tartarus.org/sgt/?rev=9221&view=rev
http://svn.tartarus.org/sgt/putty/terminal.c?rev=9221&r1=9220&r2=9221



More information about the tartarus-commits mailing list