mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-21 07:39:06 +08:00
76af49c338
+ fix build for --with-dmalloc by workaround for redefinition of strndup between string.h and dmalloc.h + fix build for --disable-sigwinch + add environment variable NCURSES_GPM_TERMS to allow override to use GPM on terminals other than "linux", etc. + disable GPM mouse support when $TERM does not happen to contain "linux", since Gpm_Open() no longer limits its assertion to terminals that it might handle, e.g., within "screen" in xterm. + reset mouse file-descriptor when unloading GPM library (report by Miroslav Lichvar). + fix build for --disable-leaks --enable-widec --with-termlib > patch by Juergen Pfeifer: + use improved initialization for soft-label keys in Ada95 sample code. + discard internal symbol _nc_slk_format (unused since 20080112). + move call of slk_paint_info() from _nc_slk_initialize() to slk_intern_refresh(), improving initialization. |
||
---|---|---|
.. | ||
headers | ||
llib-lpanel | ||
llib-lpanelw | ||
Makefile.in | ||
modules | ||
p_above.c | ||
p_below.c | ||
p_bottom.c | ||
p_delete.c | ||
p_hidden.c | ||
p_hide.c | ||
p_move.c | ||
p_new.c | ||
p_replace.c | ||
p_show.c | ||
p_top.c | ||
p_update.c | ||
p_user.c | ||
p_win.c | ||
panel.c | ||
panel.h | ||
panel.priv.h |