diff options
Diffstat (limited to 'dblbuf.c')
-rw-r--r-- | dblbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ void uudisp_refresh(struct uudisp *d, struct uuterm *t) blit_slice(d, idx, x1, x2); } - if (d->blink & 1) { + if (d->blink) { unsigned long rev = expand_color(d, 15); int idx = t->rows[t->y]->idx; b->slices[idx].colors[2*t->x] ^= rev; |