From b2a2dc9593bd8a06977830f228ee86bb80c6a36e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 16 Apr 2017 15:16:22 -0700 Subject: 3825 --- html/chessboard.mu.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/chessboard.mu.html') diff --git a/html/chessboard.mu.html b/html/chessboard.mu.html index 79fec0c5..a598c8f7 100644 --- a/html/chessboard.mu.html +++ b/html/chessboard.mu.html @@ -142,16 +142,16 @@ if ('onhashchange' in window) { 78 { 79 ¦ print screen, [Stupid text-mode chessboard. White pieces in uppercase; black pieces in lowercase. No checking for legal moves. 80 ] - 81 ¦ cursor-to-next-line screen + 81 ¦ cursor-to-next-line screen 82 ¦ print-board screen, board - 83 ¦ cursor-to-next-line screen + 83 ¦ cursor-to-next-line screen 84 ¦ print screen, [Type in your move as <from square>-<to square>. For example: 'a2-a4'. Then press <enter>. 85 ] - 86 ¦ cursor-to-next-line screen + 86 ¦ cursor-to-next-line screen 87 ¦ print screen [Hit 'q' to exit. 88 ] 89 ¦ { - 90 ¦ ¦ cursor-to-next-line screen + 90 ¦ ¦ cursor-to-next-line screen 91 ¦ ¦ screen <- print screen, [move: ] 92 ¦ ¦ m:&:move, quit:bool, error:bool <- read-move buffered-stdin-in, screen 93 ¦ ¦ break-if quit, +quit @@ -230,14 +230,14 @@ if ('onhashchange' in window) { 166 ¦ ¦ loop 167 ¦ } 168 ¦ row <- subtract row, 1 -169 ¦ cursor-to-next-line screen +169 ¦ cursor-to-next-line screen 170 ¦ loop 171 } 172 # print file letters as legend 173 print screen, [ +----------------] -174 cursor-to-next-line screen +174 cursor-to-next-line screen 175 print screen, [ a b c d e f g h] -176 cursor-to-next-line screen +176 cursor-to-next-line screen 177 ] 178 179 def initial-position -> board:board [ @@ -359,7 +359,7 @@ if ('onhashchange' in window) { 295 ¦ break-if above-min 296 ¦ print screen, [file too low: ] 297 ¦ print screen, c -298 ¦ cursor-to-next-line screen +298 ¦ cursor-to-next-line screen 299 ¦ return 0/dummy, 0/quit, 1/error 300 } 301 { -- cgit 1.4.1-2-gfad0