diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-29 00:56:49 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-29 00:56:49 -0700 |
| commit | 38408b549936d820b54e69ed5d168c61d2b0a5d5 (patch) | |
| tree | 9e8cade8b3954827e6510854efd0f89574e475f0 /config.def.h | |
| parent | d38e1661517da0dbaea85b9c81d4607b78cb730b (diff) | |
Cleanup of the rendering code, including making the selection column a
proper column (+)
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 6bcfea3..e77abe9 100644 --- a/config.def.h +++ b/config.def.h @@ -74,8 +74,8 @@ #define SORT_INDICATOR "↓" #define RSORT_INDICATOR "↑" -#define SELECTED_INDICATOR "\033[31;7m \033[0m" -#define NOT_SELECTED_INDICATOR " " +#define SELECTED_INDICATOR "\033[31;7m \033[0m" +#define NOT_SELECTED_INDICATOR " " #define TITLE_COLOR "\033[32;1m" #define NORMAL_COLOR "\033[37m" @@ -109,7 +109,7 @@ const char *startupcmds[] = { "+mark:0", "+mark:~=~", "+mark:h=~", "+mark:/=/", "+mark:c=~/.config", "+mark:l=~/.local", // Default column and sorting options: - "+opt:0=s,1=m,2=p,3=n,s=n,D=1,.=1", + "+opt:0=+,1=s,2=m,3=p,4=n,s=n,E=1,.=1", NULL, // NULL-terminated array }; |
