Problem: Using old C style comments. Solution: Use // comments where appropriate.
Problem: Mouse support not always available. Solution: Enable mouse support also in tiny version. Do not define FEAT_MOUSE_XTERM on MS-Windows (didn't really work).
Problem: The evalfunc.c file is too big. Solution: Move testing support to a separate file.