sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit daf951d67068db6c4ee975466bbe61c0180f5532
parent 1d3816e0e62f1732ea5511d11ee20726631957d5
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Tue, 18 Aug 2009 09:07:54 -0700

Merge branch 'ncurses-fixes' into next

Diffstat:
M lib/sup/buffer.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/buffer.rb b/lib/sup/buffer.rb
@@ -269,6 +269,7 @@ EOS
     ## this magic makes Ncurses get the new size of the screen
     Ncurses.endwin
     Ncurses.stdscr.keypad 1
+    Ncurses.curs_set 0
     Ncurses.refresh
     @sigwinch_mutex.synchronize { @sigwinch_happened = false }
     debug "new screen size is #{Ncurses.rows} x #{Ncurses.cols}"