diff options
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | 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 |