aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-01-12 23:17:06 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-01-12 23:17:06 -0800
commit8b4c66e144ed68d947f9a8b36468c1fa20873dc5 (patch)
tree7ecfefe3cea411139c1239a4baa1d9903fd6139c /bb.h
parent1d69bb63ceb10402a2e406445abdff28781d7551 (diff)
Updated to respect TMPDIR environment variable.
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bb.h b/bb.h
index 4a5d758..298bc06 100644
--- a/bb.h
+++ b/bb.h
@@ -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"