aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-02-07 18:19:27 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-02-07 18:19:27 -0800
commit2d9eac4237b23280fa9f10639bb74367f33729c6 (patch)
tree716f30700c80d0f95e9a5e5f40b3a83a88f1a82f /bb.h
parent0d5803047b9bfbbe9bc3892be50140509c611d1e (diff)
Added a scrollbar.
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index e133800..0d0fd85 100644
--- a/bb.h
+++ b/bb.h
@@ -25,7 +25,7 @@
#include "bterm.h"
// Macros:
-#define BB_VERSION "0.20.5"
+#define BB_VERSION "0.21.0"
#ifndef PATH_MAX
#define PATH_MAX 4096
@@ -172,6 +172,8 @@ typedef struct proc_s {
#define LINK_COLOR "\033[35m"
#define DIR_COLOR "\033[34m"
#define EXECUTABLE_COLOR "\033[31m"
+#define SCROLLBAR_FG "\033[48;5;247m "
+#define SCROLLBAR_BG "\033[48;5;239m "
#define MAX_BINDINGS 1024