From ba47ab66569dbb27ad27c6d9ebec16a65faed613 Mon Sep 17 00:00:00 2001 From: 8nlight <8nlight@disroot.org> Date: Tue, 26 Sep 2023 15:46:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.c b/main.c index 358f80f..e8e5410 100644 --- a/main.c +++ b/main.c @@ -38,9 +38,6 @@ int main(void) { noecho(); timeout(0); curs_set(0); - start_color(); - - init_pair(1, COLOR_RED, COLOR_BLACK); while (1) { @@ -59,10 +56,7 @@ int main(void) { /* Start y */ unsigned int j = 3; - - attron(COLOR_PAIR(1)); mvprintw(j, 0, ">"); - attroff(COLOR_PAIR(1)); for (size_t i = cursor; i < cursor + 10; i++) { if (i > timer_size)