Continuous reverse for current entry in 8-color mode

This commit is contained in:
Arun Prakash Jana 2021-04-05 21:27:54 +05:30
parent 98a0f7484a
commit 98308b8444
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions

View File

@ -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)