sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c3c1ea35979fa2c8ca59e49465cb74fdd1ac117b
parent ea478e19f105f510281f96fd094f686e933b6363
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 23 Mar 2009 10:59:21 -0400

Merge branch 'sigwinch' into next

Diffstat:
M bin/sup | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -162,6 +162,7 @@ begin
   Logger.make_buf
 
   bm.draw_screen
+  trap("SIGWINCH") { bm.completely_redraw_screen }
 
   Index.usual_sources.each do |s|
     next unless s.respond_to? :connect