X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/61cc757f0b9df0437a95c039bfc3d01ef0412809..6df3c104f2ee9429bef67134ec0eedd5cd26cc08:/terminal.c diff --git a/terminal.c b/terminal.c index e3f61e93..e30784b9 100644 --- a/terminal.c +++ b/terminal.c @@ -5019,11 +5019,13 @@ static void do_paint(Terminal *term, Context ctx, int may_optimise) break_run = ((tattr ^ attr) & term->attr_mask) != 0; +#ifdef USES_VTLINE_HACK /* Special hack for VT100 Linedraw glyphs */ if ((tchar >= 0x23BA && tchar <= 0x23BD) || (j > 0 && (newline[j-1].chr >= 0x23BA && newline[j-1].chr <= 0x23BD))) break_run = TRUE; +#endif /* * Separate out sequences of characters that have the