Update to ncurses-5.0-20000401:
authormillert <millert@openbsd.org>
Tue, 4 Apr 2000 16:49:58 +0000 (16:49 +0000)
committermillert <millert@openbsd.org>
Tue, 4 Apr 2000 16:49:58 +0000 (16:49 +0000)
commit40ecf94db7fa4502a9387680c2502ce8909185e3
treec1605f9315ef34dcb9f3df12b44e263f4f48d4a3
parent2d8451b02a53cc4140c1dd69b4add8ed39c43428
Update to ncurses-5.0-20000401:
 o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
 o trace() function is provided only if TRACE is defined, e.g., in the debug
   library.  Modify related calls to _tracechar() to use unctrl() instead.
lib/libcurses/base/MKunctrl.awk
lib/libcurses/curses.h
lib/libcurses/tinfo/captoinfo.c
lib/libcurses/tinfo/comp_scan.c
lib/libcurses/trace/lib_trace.c
lib/libcurses/trace/lib_tracechr.c