From ad66bf36d4bdf099a7ef745eb95c8a6f999883f6 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 19 Jul 2009 01:26:47 +0200 Subject: fixed bug 17 (drawing things while external programs run) --- TODO | 4 ++-- code/fm.rb | 2 +- 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 -- cgit 1.4.1-2-gfad0