sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit b52fe1696188e51c3a203c1ea61b0fecf8a4fe12
parent 4971a2b57dceb6c92aac2d47c55e81ea58677f07
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sat, 24 Nov 2007 20:10:55 +0000

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

Diffstat:
M lib/sup/buffer.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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