diff options
Diffstat (limited to 'xlib.c')
-rw-r--r-- | xlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ void uudisp_predraw_cell(struct uudisp *d, int idx, int x, int color) if (x != p->x2+1 || x-p->x1 >= 80 || color != p->color) { commit_cells(d, idx); p->x1 = x; + p->color = color; XSetForeground(p->display, p->gc, p->colors[color&15]); XSetBackground(p->display, p->gc, p->colors[color>>4]); } |