summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-20 20:05:04 +0200
committerQC <qball@gmpclient.org>2015-09-20 20:05:04 +0200
commit023bb23bcfc2e0139d3ba042a2eb96f57622f592 (patch)
tree43ba196f499dd00857704566b1337b54ccf551dc /config
parent3edd66ad6b8cef016c7e4b7e84e4d2bf4e620d36 (diff)
Support \0
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 4f25b5d6..37ab74c6 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -121,7 +121,7 @@ Settings config = {
/** Sidebar mode, show the switchers */
.sidebar_mode = FALSE,
/** Lazy mode setting */
- .lazy_filter_limit = 15000,
+ .lazy_filter_limit = 15000,
/** auto select */
.auto_select = FALSE,
/** Parse /etc/hosts file in ssh view. */