diff -r 1d5c2ad2ac23 -r 86c09da7a6ae src/colors.c --- a/src/colors.c Mon Aug 31 18:22:04 2026 +0200 +++ b/src/colors.c Mon Aug 31 18:35:13 2026 +0200 @@ -31,8 +31,10 @@ #include void init_colorpairs(void) { +#ifndef USE_POSIX_CURSES use_default_colors(); init_pair(COL_APP, -1, -1); +#endif init_pair(COL_BW, COLOR_BLACK, COLOR_CYAN); init_pair(COL_BB, COLOR_BLACK, COLOR_BLUE); init_pair(COL_WB, COLOR_WHITE, COLOR_BLUE);