From: Thomas E. Dickey Date: Sun, 22 Dec 2019 03:20:49 +0000 (+0000) Subject: ncurses 6.1 - patch 20191221 X-Git-Tag: v6.2~5 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=896224bea6196d73d03e39b1a266887d6f2cb6ff;hp=896224bea6196d73d03e39b1a266887d6f2cb6ff ncurses 6.1 - patch 20191221 + correct pathname used in Ada95 sample programs for explain.txt, to work with test-packages. + improve tracemunch: + keep track of TERMINAL* values + if tracing was first turned on after initialization, attempt to show distinct screen, window and terminal names anyway. + ensure that GCC_NORETURN is defined in term.h, because the prototype for exit_terminfo() uses it (report by Werner Fink). ---