diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-13 22:47:45 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-13 22:47:45 -0800 |
commit | b49eab11d8c6b427229b51b2e32e364e691c46b1 (patch) | |
tree | d231ca86ad417c4c26d262214f500208c78ea4a4 | |
parent | f4ac0599ac5e3f581203894ec2a570d450b1747e (diff) | |
download | mu-b49eab11d8c6b427229b51b2e32e364e691c46b1.tar.gz |
560
-rw-r--r-- | chessboard-cursor.mu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu index af7dd273..39831b18 100644 --- a/chessboard-cursor.mu +++ b/chessboard-cursor.mu @@ -245,11 +245,8 @@ ; tests todo: ; print board -; accept move ; print move ; board updates on move -; die on invalid move -; 'q' exits ; 'q' exits anywhere in move ; 'q' exits on second move ; flush stdout after printing out move and before clearing screen |