summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-08-13 11:38:27 +0200
committerYorhel <git@yorhel.nl>2010-08-13 11:38:27 +0200
commit3860ba217bf8a6e43bcabff98a290262d7cc8177 (patch)
treecc9a0ce004eac4416278127d7a556e726807aaa6
parentf71b09c5f74b07d89bf4f1f5f41efe1fb4ac489c (diff)
Display size graph by default
This used to be the default before 1.5, but for some reason the default changed in 1.5 and 1.6. Changing it back now, because the graph really is useful, and there's still enough space for the filename even in smaller terminals.
-rw-r--r--ChangeLog1
-rw-r--r--src/browser.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dc819ef..f97362a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ git - ?
- Fixed segfault when root dir only contains hidden files
- Improved browsing performance
- More intuitive multi-page browsing
+ - Display size graph by default
- Various minor fixes
1.6 - 2009-10-23
diff --git a/src/browser.c b/src/browser.c
index f004abe..4fcc3d4 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -30,7 +30,7 @@
#include <ncurses.h>
-int graph = 0,
+int graph = 1,
show_as = 0,
info_show = 0,
info_page = 0,