--- a/src/input.c Tue Sep 01 17:47:07 2026 +0200
+++ b/src/input.c Thu Sep 03 11:41:19 2026 +0200
@@ -32,7 +32,8 @@
#include <ctype.h>
int prompt_yesno(char *msg) {
- printw("%s (y/n)? ", msg);
+ addstr(msg);
+ addstr(" (y/n)? ");
clrtoeol();
refresh();
noecho();