about summary refs log tree commit diff stats
path: root/code/fm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/fm.rb')
-rw-r--r--code/fm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fm.rb b/code/fm.rb
index 84cac712..c57502c6 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -73,7 +73,7 @@ module Fm
 		begin
 			@pwd.refresh!
 			update_pointers
-			draw
+			draw if CLI.running?
 		rescue
 		end
 	end