diff options
Diffstat (limited to 'code/keys.rb')
-rw-r--r-- | code/keys.rb | 4 |
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? |