]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Improve shadow bold mode: set the default shadow bold offset to +1
authorSimon Tatham <anakin@pobox.com>
Sat, 2 Nov 2002 16:16:35 +0000 (16:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 2 Nov 2002 16:16:35 +0000 (16:16 +0000)
commit82e447c1d06083290851bb93498bd72dcc7c08d7
tree9d4e4746d185e7e6d53b9f6e595ba4cc338a3cc0
parentd6739ada35ce6e0f3182f935606e873e6e06f1bf
Improve shadow bold mode: set the default shadow bold offset to +1
not -1 (it turns out _most_ X fonts prefer the former, though
irritatingly my favourite real X font used to prefer the latter
which was why I made the X version of my Font Of Choice do so too),
and also clip to the boundaries of the rectangle we should be
drawing text in. This still doesn't completely prevent display
corruption in the case where text drawn in one sweep is partially
overwritten in a future one, but gnome-terminal has this problem
too, and now we've got the right default SB offset _and_ offer the
opportunity to reconfigure it I think this is pretty good for now.

[originally from svn r2184]
settings.c
unix/pterm.1
unix/pterm.c