We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tree
1 parent 21f26f9 commit b7b902aCopy full SHA for b7b902a
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
### master
4
+- do not colorize `tree` output because a pager application might not handle it
5
+ well
6
7
### v0.7.0, Sep 05, 2014
8
- bugfix: invalid params for 'save_sidebar_width' script
scripts/variables.sh
@@ -9,7 +9,7 @@ TREE_OPTION="@sidebar-tree"
9
TREE_FOCUS_KEY="Bspace"
10
TREE_FOCUS_OPTION="@sidebar-tree-focus"
11
12
-TREE_COMMAND="tree -C"
+TREE_COMMAND="tree"
13
TREE_COMMAND_OPTION="@sidebar-tree-command"
14
15
TREE_PAGER="LESS= less --dumb --chop-long-lines --tilde --IGNORE-CASE --RAW-CONTROL-CHARS"
0 commit comments