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.
This commit is contained in:
Yorhel 2010-08-13 11:38:27 +02:00
parent f71b09c5f7
commit 3860ba217b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -30,7 +30,7 @@
#include <ncurses.h>
int graph = 0,
int graph = 1,
show_as = 0,
info_show = 0,
info_page = 0,