about summary refs log tree commit diff stats
path: root/code/fm/fm.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-12 01:26:41 +0200
committerhut <hut@lavabit.com>2009-06-12 01:26:41 +0200
commit8a6f5eab0b884acd58ed86c00a30b57901442be6 (patch)
tree31672fce003ba464c922eb86188e854f7b7ccaa8 /code/fm/fm.rb
parent9ed06dcd632e3bf6c19fc3943985e9841f1fed41 (diff)
downloadranger-8a6f5eab0b884acd58ed86c00a30b57901442be6.tar.gz
renamed Interface module to CLI, cleanups
Diffstat (limited to 'code/fm/fm.rb')
-rw-r--r--code/fm/fm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb
index 81b868ca..8e60286b 100644
--- a/code/fm/fm.rb
+++ b/code/fm/fm.rb
@@ -58,7 +58,7 @@ module Fm
 		@memory['0'] = pwd
 
 		# Give me some way to redraw screen while waiting for
-		# input from Interface.geti
+		# input from CLI.geti
 
 #		for i in 1..20
 #			eval "Signal.trap(#{i}) do
@@ -98,7 +98,7 @@ module Fm
 	end
 
 	def lines
-		Interface::lines - @bars.size
+		CLI::lines - @bars.size
 	end
 
 	def dump