summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-08-26 18:11:53 +0200
committerDave Davenport <qball@gmpclient.org>2015-08-26 18:11:53 +0200
commitd9a9d2489adb3cbaf47d9c7696df956af30afe38 (patch)
tree01e70315d5de17825c9cdd22e356c503e11f3579 /config
parentd6762328468dce28c925f24cf543cd18bfd141b1 (diff)
Add separator color and style option.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 2a2313b5..7a88c01a 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -131,8 +131,9 @@ Settings config = {
/** Fuzzy matching. */
.fuzzy = FALSE,
/** Monitor */
- .monitor = -1,
- .line_margin = 3,
- .filter = NULL,
+ .monitor = -1,
+ .line_margin = 3,
+ .filter = NULL,
+ .separator_style = "dash",
};