From 023bb23bcfc2e0139d3ba042a2eb96f57622f592 Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 20 Sep 2015 20:05:04 +0200 Subject: Support \0 --- config/config.def.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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. */ -- cgit v1.2.3