bug-xboard
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-XBoard] [bug #27772] Board and holdings out of sync


From: anonymous
Subject: [Bug-XBoard] [bug #27772] Board and holdings out of sync
Date: Mon, 26 Oct 2009 09:35:51 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]