src/main.c

changeset 212
16a114c84ff5
parent 211
141813037e99
--- a/src/main.c	Thu Sep 03 11:42:53 2026 +0200
+++ b/src/main.c	Thu Sep 03 11:53:58 2026 +0200
@@ -1306,7 +1306,7 @@
                     addch(' ');
                     eval_move_failed_msg(result.move_error);
                 }
-                printw("\n");
+                addch('\n');
                 exitcode = EXIT_FAILURE;
             }
             /* clear resignation and remis flags to allow game continuation */

mercurial