From 98308b8444ae771c4aafe7101a9c5ac4bb95e47d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 5 Apr 2021 21:27:54 +0530 Subject: [PATCH] Continuous reverse for current entry in 8-color mode --- src/nnn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 0071f129..b9dd483b 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3768,7 +3768,8 @@ static void printent_long(const struct entry *ent, uint_t namecols, bool sel) print_details(ent); #ifdef ICONS_ENABLED - attroff(attrs2); + if (!g_state.oldcolor) + attroff(attrs2); #endif addch(' '); if (!sel)