summaryrefslogtreecommitdiff
path: root/refresh.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-15 19:30:09 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-15 19:30:09 +0000
commita8d313686651110cc62f3383130a064c7a41fd51 (patch)
treec51747291668c71cfa32fa3b0ce7c94651f0919a /refresh.c
parent7674683e6968653ca588d820f72a3b29faad2e61 (diff)
downloaduuterm-a8d313686651110cc62f3383130a064c7a41fd51.tar.gz
large performance increase
Diffstat (limited to 'refresh.c')
-rw-r--r--refresh.c1
1 files changed, 1 insertions, 0 deletions
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);
}
}