diff --git a/src/main.c b/src/main.c index e09f917..ab27cb0 100644 --- a/src/main.c +++ b/src/main.c @@ -315,10 +315,6 @@ void win_bar(StInt *st, bool use_color) { wattroff(st->lwin, COLOR_PAIR(1)); } - if (use_color) { - wattroff(st->lwin, COLOR_PAIR(0)); - } - char buf[16]; int len; snprintf(buf , sizeof(buf), "%d", st->data);