changed click-click moves
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 30 Jul 2009 07:19:37 +0000 (00:19 -0700)
committerArun Persaud <arun@nubati.net>
Thu, 30 Jul 2009 07:19:37 +0000 (00:19 -0700)
commit83d0f555a7dad1d410761ec89273d795f038860c
tree18cce47ad32dc78c54062c05c80bc75f0af46185
parent59129c40e6dd5df0ba1381723a28cd9c354e153f
changed click-click moves

I got complaints about the way XBoard 4.4.0 handles click-click moves, in particular changing the selected piece after selecting King (for which I suppressed interference with FRC castling in a rather brutal way). People tell me it is very annoying that clicks sometimes don't work to select a piece. WinBoard uses refined logic in the back-end to handle this, but the XBoard front-end is not interfaced with that yet. (This would require a major rewrite of the mouse handler.)

This temporary patch suppresses this behavior in all variants that do not support Fischer castling, and even there only exhibit it for Rook-after-King selection (which will be interpreted as an attempt to enter a castling move as K x own R).
xboard.c