[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-XBoard] premove bug?
From: |
h . g . muller |
Subject: |
Re: [Bug-XBoard] premove bug? |
Date: |
Wed, 21 Oct 2009 21:16:45 +0200 (CEST) |
User-agent: |
SquirrelMail/1.5.2 [SVN] |
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.