mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Continuous reverse for current entry in 8-color mode
This commit is contained in:
parent
98a0f7484a
commit
98308b8444
|
@ -3768,7 +3768,8 @@ static void printent_long(const struct entry *ent, uint_t namecols, bool sel)
|
||||||
print_details(ent);
|
print_details(ent);
|
||||||
|
|
||||||
#ifdef ICONS_ENABLED
|
#ifdef ICONS_ENABLED
|
||||||
attroff(attrs2);
|
if (!g_state.oldcolor)
|
||||||
|
attroff(attrs2);
|
||||||
#endif
|
#endif
|
||||||
addch(' ');
|
addch(' ');
|
||||||
if (!sel)
|
if (!sel)
|
||||||
|
|
Loading…
Reference in a new issue