From: Arun Prakash Jana Date: Mon, 5 Apr 2021 15:57:54 +0000 (+0530) Subject: Continuous reverse for current entry in 8-color mode X-Git-Tag: v3.7~19 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=98308b8444ae771c4aafe7101a9c5ac4bb95e47d;p=nnn.git Continuous reverse for current entry in 8-color mode --- 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)