OK, so it is a left-over, and I can savely remove it. Normally moves are sent (unprefixed) to the ICS by a routine SendMoveToICS(), which takes square coordinates as parameters. But thefirst premove given in the command-line option is not available as coordinates, but as a string, so it uses another routine for sending text to the ICS (SendToICS()). And before it uses that, it explicitly prefixes it. So I will just remove that.
The prefixing is unfortunately done entirely in back-end; there is no low-level implementation for this. _______________________________________________ Bug-XBoard mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-xboard
