Let seek command accept same parameters as match
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 9 Jan 2012 22:41:46 +0000 (23:41 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 9 Jan 2012 22:41:46 +0000 (23:41 +0100)
commit76a192175f31fcb85ba99e354916dd78b9e5850e
treeefd60a03976fff0747c06ebe1d095e236201354e
parent225ee001625a06413e7ceee04d8723972231b9ea
Let seek command accept same parameters as match

The seek command was not accepting category and board params, just 4
numeric ones. This is fixed now by letting it accept a single string,
parsed by the same routine that parses the match arguuments. The
category and board are now also displayed with the ad in the sought list.
lasker-2.2.3/src/command_list.h
lasker-2.2.3/src/matchproc.c
lasker-2.2.3/src/seekproc.c