]> git.notmuchmail.org Git - sup/blobdiff - lib/sup/buffer.rb
Merge branch 'ncurses-fixes' into next
[sup] / lib / sup / buffer.rb
index be2d1bba5d5bfb267c44a60a03dcfdc919ceb92e..7fa82d88bfdbd0a861a5e35bbe24aea8345a3348 100644 (file)
@@ -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}"