sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 6339ac927dc395142b205409b06345aeeb5060d3
parent 52c91c3ad8c832f00c7e63b5e6a601c2eabfc3f7
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 23 Mar 2009 12:23:33 -0400

Merge branch 'sigwinch' into next

Diffstat:
M bin/sup | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bin/sup b/bin/sup
@@ -163,7 +163,6 @@ 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