src/input.c

changeset 210
7ad6c62f6bdc
parent 208
e9c3d3e89465
--- 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();

mercurial