aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
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"