about summary refs log tree commit diff stats
path: root/code/keys.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-08 01:14:51 +0200
committerhut <hut@lavabit.com>2009-06-11 14:51:38 +0200
commit02c46c1017b6eb85f01951dc4734bd2ec97010c0 (patch)
treed6d017078b1077cd72944725a3668bf6c060e807 /code/keys.rb
parente4871fff80c08788140d89932c7169bd2e497926 (diff)
downloadranger-02c46c1017b6eb85f01951dc4734bd2ec97010c0.tar.gz
wip
Diffstat (limited to 'code/keys.rb')
-rw-r--r--code/keys.rb4
1 files changed, 4 insertions, 0 deletions
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?