mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Use bold forward arrowhead for current
This commit is contained in:
parent
dc16ca2340
commit
cc965d1c2d
|
@ -6359,13 +6359,9 @@ static void statusbar(char *path)
|
|||
|
||||
static inline void markhovered(void)
|
||||
{
|
||||
if (cfg.showdetail && ndents) { /* Reversed block for hovered entry */
|
||||
if (cfg.showdetail && ndents) { /* Bold forward arrowhead */
|
||||
tocursor();
|
||||
#ifdef ICONS_ENABLED
|
||||
addstr(MD_ARROW_FORWARD);
|
||||
#else
|
||||
addch(' ' | A_REVERSE);
|
||||
#endif
|
||||
addch('>' | A_BOLD);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue