about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-19 01:26:47 +0200
committerhut <hut@lavabit.com>2009-07-19 01:26:47 +0200
commitad66bf36d4bdf099a7ef745eb95c8a6f999883f6 (patch)
tree2d06a4a1e1a7c5166ea1ee13d9abb5ec127cb07a
parentdf465458df2af93d483f9b323f1acaa037fd68a3 (diff)
downloadranger-ad66bf36d4bdf099a7ef745eb95c8a6f999883f6.tar.gz
fixed bug 17 (drawing things while external programs run)
-rw-r--r--TODO4
-rw-r--r--code/fm.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 4e4f2bd7..52d7d5a2 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,7 @@ Required for next Release
                this could flush the text to ranger and result in unwanted actions
    (X) #14  09/07/18  Sorting sometimes doesn't work
    ( ) #0   09/07/17  the device is busy even if you're not on the device
-   ( ) #17  09/07/19  shell behaves strangely sometimes when run with s key
+   (X) #17  09/07/19  shell behaves strangely sometimes when run with s key
 
 
 Critical Issues
@@ -18,7 +18,7 @@ Critical Issues
                this could flush the text to ranger and result in unwanted actions
    ( ) #15  09/07/18  it's way too slow in large directories
                redesign process of getting data from file system
-   ( ) #17  09/07/19  shell behaves strangely sometimes when run with s key
+   (X) #17  09/07/19  shell behaves strangely sometimes when run with s key
 
 
 Minor Issues
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