projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c2d2616
)
Inform user in EditPosition mode how to clear board
author
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 13 Mar 2012 13:11:18 +0000 (14:11 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 13 Mar 2012 13:11:18 +0000 (14:11 +0100)
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.
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/backend.c
index
75b1529
..
5696701
100644
(file)
--- 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