about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--code/fm.rb2
-rw-r--r--code/keys.rb4
2 files changed, 5 insertions, 1 deletions
diff --git a/code/fm.rb b/code/fm.rb
index d6c8cb85..916d746c 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -84,7 +84,7 @@ module Fm
 						while dir = SCHEDULED.shift
 							dir.refresh(true)
 							dir.resize
-							force_update
+#							force_update
 						end
 #					}
 				end
diff --git a/code/keys.rb b/code/keys.rb
index 362adb34..f3fcdbee 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -166,6 +166,10 @@ module Fm
 		when 'R'
 			@pwd.refresh!
 
+		when 'a'
+			Process.kill('INT', Process.pid)
+#			Process.kill('INT', Process.pid)
+
 		when 'x'
 			@bars.first.kill unless @bars.empty?