]> git.cworth.org Git - sup/commitdiff
Merge branch 'ncurses-fixes' into next
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 18 Aug 2009 16:07:54 +0000 (09:07 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 18 Aug 2009 16:07:54 +0000 (09:07 -0700)
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}"