summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-24 21:46:39 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-24 21:47:36 +0200
commit440756af947322d956d10311956f38dfd721c047 (patch)
treef9f1b1864d7a9b766498526c9b5b71707ce1da76 /config/config.c
parentb19ab62e1796a0570e6943e04aed904970f9e6e8 (diff)
Option to disable/enable the highlighting of match.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index ff2351b7..195ed241 100644
--- a/config/config.c
+++ b/config/config.c
@@ -131,4 +131,5 @@ Settings config = {
.fake_background = "screenshot",
.window_format = "{w} {c} {t}",
.click_to_exit = TRUE,
+ .show_match = TRUE,
};