mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-27 07:49:06 +08:00
5242fccf15
+ modify fix_wchnstr() in form library to strip attributes (and color) from the cchar_t array (field cells) read from a field's window. Otherwise, when copying the field cells back to the window, the associated color overrides the field's background color (report by Ricardo Cantu). + improve tracing for form library, showing created forms, fields, etc. + ignore --enable-rpath configure option if --with-shared was omitted. + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints to allow leak-checking when both tic- and tinfo-libraries are built. + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding no longer relies on it. + disallow combining configure script options --with-ticlib and --enable-termcap (report by Rong-En Fan). + remove tack from ncurses tree. |
||
---|---|---|
.. | ||
charable.c | ||
lib_add_wch.c | ||
lib_box_set.c | ||
lib_cchar.c | ||
lib_erasewchar.c | ||
lib_get_wch.c | ||
lib_get_wstr.c | ||
lib_hline_set.c | ||
lib_in_wch.c | ||
lib_in_wchnstr.c | ||
lib_ins_wch.c | ||
lib_inwstr.c | ||
lib_pecho_wchar.c | ||
lib_slk_wset.c | ||
lib_unget_wch.c | ||
lib_vid_attr.c | ||
lib_vline_set.c | ||
lib_wacs.c | ||
lib_wunctrl.c |