diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-01-12 23:17:06 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-01-12 23:17:06 -0800 |
| commit | 8b4c66e144ed68d947f9a8b36468c1fa20873dc5 (patch) | |
| tree | 7ecfefe3cea411139c1239a4baa1d9903fd6139c /bb.h | |
| parent | 1d69bb63ceb10402a2e406445abdff28781d7551 (diff) | |
Updated to respect TMPDIR environment variable.
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.20.3" +#define BB_VERSION "0.20.4" #ifndef PATH_MAX #define PATH_MAX 4096 @@ -161,7 +161,6 @@ typedef struct proc_s { // Configurable options: #define SCROLLOFF MIN(5, (winsize.ws_row-4)/2) -#define CMDFILE_FORMAT "/tmp/bb.XXXXXX" #define SORT_INDICATOR "↓" #define RSORT_INDICATOR "↑" #define SELECTED_INDICATOR " \033[31;7m \033[0m" |
