mirror of https://github.com/macssh/macssh.git
fixed bold fonts
This commit is contained in:
parent
23cf01c5b3
commit
32b57158cf
|
@ -84,7 +84,8 @@ struct RSdata {
|
||||||
bfnum, // RAB BetterTelnet 1.0fc9 - bold font ID
|
bfnum, // RAB BetterTelnet 1.0fc9 - bold font ID
|
||||||
bfsiz, // RAB BetterTelnet 1.0fc9 - bold font size
|
bfsiz, // RAB BetterTelnet 1.0fc9 - bold font size
|
||||||
bfstyle, // RAB BetterTelnet 1.0fc9 - bold font style
|
bfstyle, // RAB BetterTelnet 1.0fc9 - bold font style
|
||||||
realbold; // RAB BetterTelnet 1.2 - use bold font for bold
|
realbold, // RAB BetterTelnet 1.2 - use bold font for bold
|
||||||
|
boldislarger;// to use real bold
|
||||||
Boolean
|
Boolean
|
||||||
skip; /* TRUE if we are skipping the output */
|
skip; /* TRUE if we are skipping the output */
|
||||||
WCTabHandle
|
WCTabHandle
|
||||||
|
|
Loading…
Reference in New Issue