diff options
author | hut <hut@lavabit.com> | 2009-06-29 01:45:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-29 01:45:48 +0200 |
commit | 75c3d3dc6fc97501a1c13643682fd732b316a559 (patch) | |
tree | cadb07dea5e839cc7f056ad713c25245d4914993 /code/fm.rb | |
parent | 2f41a544771c0fcaf8abfee963063ba212204d17 (diff) | |
download | ranger-75c3d3dc6fc97501a1c13643682fd732b316a559.tar.gz |
bars fixed
1. colors wouldn't display correctly, because used color_at instead of attr_at. 2. x did not terminate the bar process because of a call to a nonexistant method. 3. added proper colorscheme support
Diffstat (limited to 'code/fm.rb')
-rw-r--r-- | code/fm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/fm.rb b/code/fm.rb index 1b3e8b69..54608f09 100644 --- a/code/fm.rb +++ b/code/fm.rb @@ -274,6 +274,7 @@ module Fm if @bars.empty? @bars_thread.kill @bars_thread = nil + draw end end |