src/input.c

changeset 117
ee539a9691f0
parent 112
6220074cb760
--- a/src/input.c	Tue Apr 28 12:33:22 2026 +0200
+++ b/src/input.c	Wed Apr 29 17:28:03 2026 +0200
@@ -32,6 +32,7 @@
 
 int prompt_yesno(char *msg) {
     printw("%s (y/n)? ", msg);
+    clrtoeol();
     refresh();
     noecho();
     int ch;

mercurial