Mon, 31 Aug 2026 16:07:21 +0200
try to fix errors from outdated curses.h (e.g., older Solaris)
--- a/src/input.h Mon Aug 31 15:49:31 2026 +0200 +++ b/src/input.h Mon Aug 31 16:07:21 2026 +0200 @@ -31,6 +31,7 @@ #define INPUT_H #include <stdlib.h> +#include <stdbool.h> /* necessary to avoid errors with outdated curses.h */ #include <curses.h> #ifdef __cplusplus