Also provide help on adapter options
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 17 Mar 2016 11:04:27 +0000 (12:04 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:33 +0000 (16:51 +0200)
commit6fff4162d772695af69d2c7c9486c8f17a5b0b45
tree8f2707cf888716829f04dc974ed6d0e7c5001bd6
parentc118cf9cee0e6d5a3f78c8b409100948a3a22a16
Also provide help on adapter options

Adapters often add their own options to thoso of the engine in the
Engine Settings dialog. Polyglot, for instance, has many options,
their names all starting with "Polyglot ...". We adopt this as a
convention, so that XBoard can compare the adapter name (the name
of the program actually run, if that is different from the name
of the engine binary) with the start of the option name for which
help is requested. If there is a match it will conclude we are dealing
with an adapter option, and will consult the adapter manual (for an
option without the adapter-name prefix) instead of the engine manual.
dialogs.c