sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f87cdfb31aaea1cb2aa66960f43d0173e34f4976
parent 9988356aa6fd50d09ffdaf64c9d4ad27f7d48612
Author: Edward Z. Yang <ezyang@mit.edu>
Date:   Mon, 27 Jul 2009 15:03:58 -0400

fix broken arrow keypresses after shelling out

Signed-off-by: Edward Z. Yang 

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
@@ -723,6 +723,7 @@ EOS
     Ncurses.sync do
       Ncurses.endwin
       system command
+      Ncurses.stdscr.keypad 1
       Ncurses.refresh
       Ncurses.curs_set 0
     end