Follow-up Comment #22, bug #27772 (project xboard):

It seems the prompts fail to be filtered, because during game play, the
prompt following a board for the opponent's move is separated from the latter
by an empty line. (Actually by nrnrr, but XBoard fiters out any 'r' in the
low-level input routine.)

I put in some code after board reading, to eat away any empty lines before
trying to eat the prompt, and then the effect disappears even with timeseal.

                        while(looking_at(buf, &i, "n")); // [HGM] skip empty 
lines
                        if (looking_at(buf, &i, "*% ")) {
                            savingComment = FALSE;
                        }


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27772>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-XBoard mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to