From 430ae37a079b146df1044b1664033284c28e2cce Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 9 Oct 2020 23:57:29 -0500 Subject: removed an annoying xmessage --- share/hackvr/examples/tictactoe/game.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hackvr/examples/tictactoe/game.sh b/share/hackvr/examples/tictactoe/game.sh index 92192cc..a2adeb1 100755 --- a/share/hackvr/examples/tictactoe/game.sh +++ b/share/hackvr/examples/tictactoe/game.sh @@ -31,7 +31,7 @@ grep --line-buffered action \ cat "marker$turn" | offsetshape.sh $translatex "$(expr "$translatey" - 2 )" 0 grep "$group" $BOARDFILE | sed "s/$group/_marked/g" else - xmessage "what? $group" + printf "# clicked outside of the game board.\n" >&2 fi fi done -- cgit v1.2.3