summaryrefslogtreecommitdiff
path: root/client/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/common/common.h')
-rw-r--r--client/common/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/common/common.h b/client/common/common.h
index 914ddf0..eafbb3a 100644
--- a/client/common/common.h
+++ b/client/common/common.h
@@ -5,6 +5,7 @@
struct client {
enum bm_filter_mode filter_mode;
+ enum bm_scrollbar_mode scrollbar;
const char *colors[BM_COLOR_LAST];
const char *title;
const char *prefix;
@@ -15,7 +16,6 @@ struct client {
bool bottom;
bool grab;
bool wrap;
- bool scrollbar;
};
void parse_args(struct client *client, int *argc, char **argv[]);