diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-14 16:01:51 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-14 16:01:51 -0800 |
commit | 2674966e94b861f5c90021ff02d20dff9b0a70fc (patch) | |
tree | 66afd7f2915787262bd345d8340c48b1bf6cf310 | |
parent | 7fefb8fdb51149e2a7b3b7053b38ed1b7501dfec (diff) | |
download | mu-2674966e94b861f5c90021ff02d20dff9b0a70fc.tar.gz |
562
-rw-r--r-- | chessboard-cursor.mu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu index 39831b18..9454be1b 100644 --- a/chessboard-cursor.mu +++ b/chessboard-cursor.mu @@ -247,7 +247,6 @@ ; print board ; print move ; board updates on move -; 'q' exits anywhere in move ; 'q' exits on second move ; flush stdout after printing out move and before clearing screen ; |