From dea902172dd62d14eebc5fed9e11542ebcdc88e6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Apr 2016 15:40:46 -0700 Subject: 2875 --- html/chessboard.mu.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'html/chessboard.mu.html') diff --git a/html/chessboard.mu.html b/html/chessboard.mu.html index 357c33ff..d4241248 100644 --- a/html/chessboard.mu.html +++ b/html/chessboard.mu.html @@ -71,7 +71,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color run [ screen:address:screen, console:address:console <- chessboard screen:address:screen, console:address:console # icon for the cursor - screen <- print screen, 9251/␣ + 1:character/cursor-icon <- copy 9251/␣ + screen <- print screen, 1:character/cursor-icon ] screen-should-contain [ # 1 2 3 4 5 6 7 8 9 10 11 @@ -291,7 +292,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color to-rank:number, quit?, error? <- read-rank stdin, screen return-if quit?, 0/dummy return-if error?, 0/dummy - *result <- put *result, to-rank:offset, to-file + *result <- put *result, to-rank:offset, to-rank error? <- expect-from-channel stdin, 10/newline, screen return-if error?, 0/dummy, 0/quit ] -- cgit 1.4.1-2-gfad0