about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorStephane Fontaine <stefont@gmail.com>2018-02-24 21:10:35 +0400
committerStephane Fontaine <stefont@gmail.com>2018-02-24 21:10:35 +0400
commited4eb4bf282354886e52ae6fa92bf68078edfef6 (patch)
treeb5ded6d408475add270e35521ef7e3f649b17b20 /doc/ranger.pod
parentc2b9dd31de649f19805f07f58814d3054d3c9c54 (diff)
downloadranger-ed4eb4bf282354886e52ae6fa92bf68078edfef6.tar.gz
Add new option to disable display of free disk space in statusbar
Fixes #1087
Useful on high-latency filesystems as it avoid calls to statvfs system
call which costs: (number of redraw) * latency.
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 523d8d9d..04598bd2 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -752,6 +752,10 @@ Display the file size in the main column?
 
 Display the file size in the status bar?
 
+=item display_free_space_in_status_bar [bool]
+
+Display the free disk space in the status bar?
+
 =item display_tags_in_all_columns [bool]
 
 Display tags in all columns?