about summary refs log tree commit diff stats
path: root/chessboard-rawterm.mu
diff options
context:
space:
mode:
Diffstat (limited to 'chessboard-rawterm.mu')
-rw-r--r--chessboard-rawterm.mu3
1 files changed, 2 insertions, 1 deletions
diff --git a/chessboard-rawterm.mu b/chessboard-rawterm.mu
index 5ccaf323..03cb867e 100644
--- a/chessboard-rawterm.mu
+++ b/chessboard-rawterm.mu
@@ -107,7 +107,7 @@
   { begin
     (quit:boolean <- equal c:character ((#\q literal)))
     (break-unless quit:boolean)
-    (reply)
+    (reply nil:literal)
   }
   (from-file:integer <- character-to-integer c:character)
   (from-file:integer <- subtract from-file:integer file-base:integer)
@@ -206,6 +206,7 @@
     (b:board-address <- make-move b:board-address m:move-address)
     (loop)
   }
+  (cursor-to-next-line)
   (console-off)
 ])