Implement move type-in for XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 11 Apr 2011 18:48:24 +0000 (20:48 +0200)
committerArun Persaud <apersaud@lbl.gov>
Wed, 13 Apr 2011 02:00:09 +0000 (19:00 -0700)
commit4befbb88fd4688d1613e32b14f5ac3933cb56657
tree4ab965c8a83f68c92d26c06d701028e5cc634f7f
parentf918cc192daaa523fa54fdead770d8eebe79db76
Implement move type-in for XBoard

By adding an event handler to the main window for key presses, users can
now type moves when the board has focus, like in WinBoard. The typed
character appears as first character in the type-in box that willpop up.
Enter and Escape close the box; finishing the typing of the move enters
it. Like in WinBoard it is also possible to type a move number (to go
there) or (in Edit Position mode) a FEN.
xboard.c
xoptions.c