From 3860ba217bf8a6e43bcabff98a290262d7cc8177 Mon Sep 17 00:00:00 2001
From: Yorhel <git@yorhel.nl>
Date: Fri, 13 Aug 2010 11:38:27 +0200
Subject: [PATCH] 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.
---
 ChangeLog     | 1 +
 src/browser.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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,
-- 
GitLab