From: H.G. Muller Date: Tue, 13 Mar 2012 13:11:18 +0000 (+0100) Subject: Inform user in EditPosition mode how to clear board X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=147ab93c8ab692229cb7d61131be719bc6e86fd2;p=xboard.git Inform user in EditPosition mode how to clear board With -pieceMenu false the board is cleared by clicking the clock, but since this is impossible to guess, it is now printed in the message field. --- diff --git a/backend.c b/backend.c index 75b1529..5696701 100644 --- a/backend.c +++ b/backend.c @@ -13693,6 +13693,7 @@ EditPositionEvent () currentMove = forwardMostMove = backwardMostMove = 0; HistorySet(parseList, backwardMostMove, forwardMostMove, currentMove-1); DisplayMove(-1); + if(!appData.pieceMenu) DisplayMessage("Click clock to clear board", ""); } void