From a8d313686651110cc62f3383130a064c7a41fd51 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 15 Oct 2006 19:30:09 +0000 Subject: large performance increase --- refresh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'refresh.c') diff --git a/refresh.c b/refresh.c index 9e3ab57..789f7f9 100644 --- a/refresh.c +++ b/refresh.c @@ -59,6 +59,7 @@ void uuterm_refresh_row(struct uudisp *d, struct uurow *row, int x1, int x2) const void *glyph = lookup_glyph(d->font, i, chp, ch[(x+3)&3], ch[(x+1)&3], width, part); if (glyph) uudisp_draw_glyph(d, row->idx, x, glyph); } + uudisp_finalize_cell(d, row->idx, x); } } -- cgit v1.2.1