Implement hover command
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 3 Jul 2013 14:27:47 +0000 (16:27 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 27 Aug 2013 07:58:13 +0000 (09:58 +0200)
commitc487bc03058931c96f8358728286b8db0e711806
tree9d83301dec379a1d44fa566a3d4c1565d94649e4
parentc2a5e9675e41feddadb6e06544dedc3afdc6ae66
Implement hover command

When the user hovers a dragged piece over a square marked as a legal
capture target (by R in the highlight command), the engine is notified
by a hover command indicating the square (at the moment the user enters it).
Only send hover when the engine has feature highlight=1.
backend.c
backend.h
dialogs.c
winboard/winboard.c
xboard2.h