]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix display of VT100 vertically-offset horizontal line characters
authorSimon Tatham <anakin@pobox.com>
Sat, 16 Jul 2011 11:13:00 +0000 (11:13 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 16 Jul 2011 11:13:00 +0000 (11:13 +0000)
commit4fd112e15ddcc135980547147c44ff1afe04f00e
tree69f876c22b1db63df6095bdb8e7d223061dc8c4d
parenta474a598b57d0bec0142dc7b86d23e0039a0d13f
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.

[originally from svn r9221]
terminal.c