diff options
-rw-r--r-- | ufed-curses-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufed-curses-help.c b/ufed-curses-help.c index 7a9115d..7254a9d 100644 --- a/ufed-curses-help.c +++ b/ufed-curses-help.c @@ -303,7 +303,7 @@ static int drawline(sFlag* line, bool highlight) wattrset(win(List), COLOR_PAIR(5) | A_BOLD); } else { if (highlight) - wattrset(win(List), COLOR_PAIR(2) | A_BOLD | A_REVERSE); + wattrset(win(List), COLOR_PAIR(6) | A_BOLD); else wattrset(win(List), COLOR_PAIR(3)); } |