follow-up: do the flush_screen(0) at end always

This commit is contained in:
nhmall
2026-06-04 15:54:11 -04:00
parent 93e7928a6f
commit 6c1d7c074d
+3 -3
View File
@@ -1327,10 +1327,10 @@ tmp_at(coordxy x, coordxy y)
tglyph->sidx = 1;
}
if (!suppress_show) {
if (!suppress_show)
show_glyph(x, y, tglyph->glyph); /* show it */
flush_screen(0); /* make sure it shows up */
}
flush_screen(0); /* make sure it shows up */
break;
} /* end switch */
}