summary refs log tree commit diff stats
path: root/code/draw.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/draw.rb')
-rw-r--r--code/draw.rb2
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