From 3391388e6b05c86dde7f23d85bccc98b1711e2ec Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 15 May 2017 11:26:10 +0200 Subject: [PATCH] Changed preference option terminal.show_progress to false by default to reduce terminal output --- src/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.h b/src/files.h index 33a3c57..60fded5 100644 --- a/src/files.h +++ b/src/files.h @@ -21,7 +21,7 @@ const std::string default_config_file = R"RAW({ "history_size": 1000, "font_comment": "Use \"\" to use source.font with slightly smaller size", "font": "", - "show_progress": true + "show_progress": false }, "source": { "style_comment": "Use \"\" for default style, and for instance juci-dark or juci-dark-blue together with dark gtk_theme variant. Styles from normal gtksourceview install: classic, cobalt, kate, oblivion, solarized-dark, solarized-light, tango",