about summary refs log tree commit diff stats
path: root/code/action.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-20 04:31:11 +0200
committerhut <hut@lavabit.com>2009-07-20 04:31:11 +0200
commit3b54a8a1af4c2c19f64399110cbb43fd3f6c4e9b (patch)
tree681ff26875f7269208f0a6bd9858694767d6ee52 /code/action.rb
parent63d0ca3da61f10e72340a4ced64f6a0921458013 (diff)
downloadranger-3b54a8a1af4c2c19f64399110cbb43fd3f6c4e9b.tar.gz
put bugfix #8 where it belongs (flush after system())
Diffstat (limited to 'code/action.rb')
-rw-r--r--code/action.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/action.rb b/code/action.rb
index a3986bda..6e753296 100644
--- a/code/action.rb
+++ b/code/action.rb
@@ -65,7 +65,6 @@ module Action
 		system(*what)
 		wait_for_enter if rc.wait
 		start_interface unless rc.console
-		CLI.clear_keybuffer
 	end
 
 	def wait_for_enter
alt'>
0911cd5 ^



bbdf9df ^

0911cd5 ^

bbdf9df ^

62862d8 ^
648ca98 ^
62862d8 ^
648ca98 ^
62862d8 ^
648ca98 ^
8d20e92 ^

d394fd1 ^

1170893 ^

62862d8 ^
648ca98 ^
62862d8 ^
648ca98 ^


1170893 ^



62862d8 ^
648ca98 ^
1170893 ^

513e8aa ^

77ede6e ^

648ca98 ^
8d20e92 ^

16c3f0a ^

8d20e92 ^


16c3f0a ^
648ca98 ^

77ede6e ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83