about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-20 02:45:31 +0200
committerhut <hut@lavabit.com>2009-07-20 02:45:31 +0200
commit7ab72bac38a8f32fa20e4d08b9b2754de5295840 (patch)
tree41db7ad2d377b542057b4fd67b38808064d566a0 /code
parentf01c1eb1a55ca71b3aaa0025174267a5f68ecfd4 (diff)
downloadranger-7ab72bac38a8f32fa20e4d08b9b2754de5295840.tar.gz
fine tuning @ status bar
Diffstat (limited to 'code')
-rw-r--r--code/draw.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/draw.rb b/code/draw.rb
index 0686c815..f8af1574 100644
--- a/code/draw.rb
+++ b/code/draw.rb
@@ -296,7 +296,7 @@ module Fm
 				owner = "#{Etc.getpwuid(cf.stat.uid).name}:#{Etc.getgrgid(cf.stat.gid).name}"
 				attr_set(Color.base)
 				attr_set(Color.info)
-				puti btm, "#@buffer    #{@pwd.file_size.bytes(false)}, #{@pwd.free_space.bytes(false)} free    ".rjust(cols)
+				puti btm, "#@buffer  #{@pwd.file_size.bytes(false)}, #{@pwd.free_space.bytes(false)} free    ".rjust(cols)
 				more = ''
 				if cf.symlink?
 					more = "#{cf.readlink.ascii_only_if(Option.ascii_only)}"