diff -r d0c3d3016650 -r 507490519676 src/input.c --- a/src/input.c Thu Sep 03 16:18:24 2026 +0200 +++ b/src/input.c Thu Sep 03 18:32:47 2026 +0200 @@ -31,7 +31,7 @@ #include #include -int prompt_yesno(char *msg) { +int prompt_yesno(const char *msg) { addstr(msg); addstr(" (y/n)? "); clrtoeol();