From: wmorgan Date: Sat, 24 Nov 2007 20:10:55 +0000 (+0000) Subject: maybe fix disappearign status lines when a #say and an #ask are both active X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b52fe1696188e51c3a203c1ea61b0fecf8a4fe12;p=sup maybe fix disappearign status lines when a #say and an #ask are both active git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@718 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/buffer.rb b/lib/sup/buffer.rb index 21e55ed..b210671 100644 --- a/lib/sup/buffer.rb +++ b/lib/sup/buffer.rb @@ -475,7 +475,8 @@ class BufferManager Ncurses.sync do tf.activate question, default, &block @dirty = true - draw_screen :skip_minibuf => true, :sync => false + #draw_screen :skip_minibuf => true, :sync => false + draw_screen :sync => false end ret = nil