mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
A more prominent current indicator
This commit is contained in:
parent
e0eea57845
commit
5f55bde141
|
@ -171,7 +171,7 @@ disabledbg()
|
|||
#define TOUPPER(ch) \
|
||||
(((ch) >= 'a' && (ch) <= 'z') ? ((ch) - 'a' + 'A') : (ch))
|
||||
#define CMD_LEN_MAX (PATH_MAX + ((NAME_MAX + 1) << 1))
|
||||
#define CURSR " >"
|
||||
#define CURSR ">>"
|
||||
#define EMPTY " "
|
||||
#define CURSYM(flag) ((flag) ? CURSR : EMPTY)
|
||||
#define FILTER '/'
|
||||
|
|
Loading…
Reference in a new issue