sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 76a7e237c757f6673cbb602b66b6a367459a2560
parent a8dc644c5c07cb0d00099fd0c7eb6a8443a61641
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sun, 16 Aug 2009 18:00:10 -0400

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
@@ -270,6 +270,7 @@ EOS
 
     ## this magic makes Ncurses get the new size of the screen
     Ncurses.endwin
+    Ncurses.stdscr.keypad 1
     Ncurses.refresh
     @sigwinch_mutex.synchronize { @sigwinch_happened = false }
     Redwood::log "new screen size is #{Ncurses.rows} x #{Ncurses.cols}"