Browse Source

Changed preference option terminal.show_progress to false by default to reduce terminal output

merge-requests/365/head
eidheim 9 years ago
parent
commit
3391388e6b
  1. 2
      src/files.h

2
src/files.h

@ -21,7 +21,7 @@ const std::string default_config_file = R"RAW({
"history_size": 1000, "history_size": 1000,
"font_comment": "Use \"\" to use source.font with slightly smaller size", "font_comment": "Use \"\" to use source.font with slightly smaller size",
"font": "", "font": "",
"show_progress": true "show_progress": false
}, },
"source": { "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", "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",

Loading…
Cancel
Save