mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
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:
parent
f71b09c5f7
commit
3860ba217b
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include <ncurses.h>
|
||||
|
||||
|
||||
int graph = 0,
|
||||
int graph = 1,
|
||||
show_as = 0,
|
||||
info_show = 0,
|
||||
info_page = 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue