about summary refs log tree commit diff stats
path: root/code/action.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-18 16:16:28 +0200
committerhut <hut@lavabit.com>2009-07-18 16:16:28 +0200
commit84b68936fee43570696823c554297c27022f9497 (patch)
tree29030fed189f3941dba61d14e3cc76e20fb06ab9 /code/action.rb
parent2f6881673551c27825355f90914381cfa79dafe0 (diff)
downloadranger-84b68936fee43570696823c554297c27022f9497.tar.gz
clear keybuffer after Action.run()
Diffstat (limited to 'code/action.rb')
-rw-r--r--code/action.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/action.rb b/code/action.rb
index 6e753296..a3986bda 100644
--- a/code/action.rb
+++ b/code/action.rb
@@ -65,6 +65,7 @@ module Action
 		system(*what)
 		wait_for_enter if rc.wait
 		start_interface unless rc.console
+		CLI.clear_keybuffer
 	end
 
 	def wait_for_enter