1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 18:07:59 +00:00
putty-source/unix
Simon Tatham 82e447c1d0 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]
2002-11-02 16:16:35 +00:00
..
.cvsignore Add a .cvsignore for the Unix subdir 2002-11-01 13:37:39 +00:00
pterm.1 Improve shadow bold mode: set the default shadow bold offset to +1 2002-11-02 16:16:35 +00:00
pterm.c Improve shadow bold mode: set the default shadow bold offset to +1 2002-11-02 16:16:35 +00:00
pty.c Another signal-handling refinement from RJK: the SIGCHLD handler 2002-11-02 16:05:26 +00:00
signal.c RJK's general signal-handling robustness patch. Should fix the weird 2002-11-02 14:35:57 +00:00
unix.h RJK's general signal-handling robustness patch. Should fix the weird 2002-11-02 14:35:57 +00:00
uxagentc.c Implement access to the SSH agent. This ought to make agent 2002-11-01 12:55:13 +00:00
uxcons.c Improve the noise collection for the internal random pool. 2002-11-02 15:23:20 +00:00
uxmisc.c Begin destabilisation in the wake of 0.53! This checkin contains the 2002-10-07 16:45:23 +00:00
uxnet.c Improve handling of oobinline sockets; Plink in telnet mode now 2002-11-01 13:36:48 +00:00
uxnoise.c Improve the noise collection for the internal random pool. 2002-11-02 15:23:20 +00:00
uxplink.c Improve the noise collection for the internal random pool. 2002-11-02 15:23:20 +00:00
uxprint.c Printer support: cfg.printer is assumed to be a Unix command through 2002-10-15 17:38:04 +00:00
uxstore.c Improve the noise collection for the internal random pool. 2002-11-02 15:23:20 +00:00
uxucs.c Reorganised the Unicode layer somewhat: moved luni_send and 2002-10-26 11:08:59 +00:00