Module Name: src Committed By: christos Date: Sun Aug 15 12:39:39 UTC 2021
Modified Files: src/lib/libcurses: curses_private.h slk.c Log Message: This is a mess; always define MB_LEN_MAX so both the regular and libhack version of curses compiles. Really we should not be defining MB_LEN_MAX here, and include <limits.h> in curses_private.h to get it. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/lib/libcurses/curses_private.h cvs rdiff -u -r1.13 -r1.14 src/lib/libcurses/slk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.