1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Support for double-width (CJK) characters, using the xterm-like

options -fw and -fwb to specify wide and wide-bold fonts.

[originally from svn r2412]
This commit is contained in:
Simon Tatham
2003-01-01 21:53:22 +00:00
parent 7bdd57f300
commit d97ac46223
3 changed files with 100 additions and 26 deletions

View File

@ -349,7 +349,9 @@ struct config_tag {
int stamp_utmp;
int login_shell;
int scrollbar_on_left;
char boldfont[64];
char boldfont[256];
char widefont[256];
char wideboldfont[256];
int shadowboldoffset;
};