diff options
author | hut <hut@lavabit.com> | 2009-06-12 01:26:41 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-12 01:26:41 +0200 |
commit | 8a6f5eab0b884acd58ed86c00a30b57901442be6 (patch) | |
tree | 31672fce003ba464c922eb86188e854f7b7ccaa8 /code/draw.rb | |
parent | 9ed06dcd632e3bf6c19fc3943985e9841f1fed41 (diff) | |
download | ranger-8a6f5eab0b884acd58ed86c00a30b57901442be6.tar.gz |
renamed Interface module to CLI, cleanups
Diffstat (limited to 'code/draw.rb')
-rw-r--r-- | code/draw.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/draw.rb b/code/draw.rb index 8e032199..36688642 100644 --- a/code/draw.rb +++ b/code/draw.rb @@ -169,7 +169,7 @@ module Fm end def self.get_boundaries(column) - cols = Interface.cols # to cache + cols = CLI.cols # to cache case column when 0 return 0, cols / 8 |