1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-26 09:42:25 +00:00

Thou shalt not suffer a misplaced apostrophe to live.

[originally from svn r9061]
This commit is contained in:
Simon Tatham 2010-12-29 11:57:04 +00:00
parent 0adb957784
commit 6538793a72

View File

@ -3404,7 +3404,7 @@ void do_text_internal(Context ctx, int x, int y, wchar_t *text, int len,
if (bold_mode == BOLD_SHADOW && (attr & ATTR_BOLD)) { if (bold_mode == BOLD_SHADOW && (attr & ATTR_BOLD)) {
SetBkMode(hdc, TRANSPARENT); SetBkMode(hdc, TRANSPARENT);
/* GRR: This draws the character outside it's box and can leave /* GRR: This draws the character outside its box and can leave
* 'droppings' even with the clip box! I suppose I could loop it * 'droppings' even with the clip box! I suppose I could loop it
* one character at a time ... yuk. * one character at a time ... yuk.
* *