commit 5679ace858467f01f899e359937624f43e97f84d
parent d9192eb4506b44360a63534d1fee601e60816152
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Wed, 30 Sep 2009 15:56:39 -0400
Merge branch 'master' into next
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/sup/modes/line-cursor-mode.rb b/lib/sup/modes/line-cursor-mode.rb
@@ -20,6 +20,8 @@ class LineCursorMode < ScrollMode
while true
e = @load_more_q.pop
@load_more_callbacks.each { |c| c.call e }
+ sleep 0.5
+ @load_more_q.pop until @load_more_q.empty?
end
end