From: Thomas E. Dickey Date: Sun, 8 May 2016 00:34:20 +0000 (+0000) Subject: ncurses 6.0 - patch 20160507 X-Git-Tag: v6.1~89 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=5c085efbe35681c3847b3ced598635f083810865;hp=5c085efbe35681c3847b3ced598635f083810865 ncurses 6.0 - patch 20160507 + amend change to _nc_do_color to restore the early return for the special case used in _nc_screen_wrap (report by Dick Streefland, cf: 20151017). + modify test/ncurses.c: + check return-value of putwin + correct ifdef which made the 'g' test's legend not reflect changes to keypad- and scroll-modes. + correct return-value of extended putwin (report by Mike Gran). ---