X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;h=6fd66623e42f69e3ff7022d2f8a7eb2e0b0230d1;hb=e449d7412605812532c2d6590c6bda99e27f1885;hp=4e009603c6d60d086729c0136a800a20eaafa436;hpb=b7bf5d068c672d4356bc94711364c03e3d83d6e9;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index 4e00960..6fd6662 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -187,6 +187,8 @@ SetProgramStats (FrontEndProgramStats * stats) // now directly called by back-en return; } + if(appData.epd && which) return; // do not write second pane in -epd mode + if( !EngineOutputDialogExists() ) { return; } @@ -697,7 +699,7 @@ OutputKibitz (int window, char *text) static int currentLineEnd[2]; int where = 0; if(!EngineOutputIsUp()) return; - if(!opponentKibitzes) { // on first kibitz of game, clear memos + if(!opponentKibitzes && !appData.epd) { // on first kibitz of game, clear memos DoClearMemo(1); currentLineEnd[1] = 0; if(gameMode == IcsObserving) { DoClearMemo(0); currentLineEnd[0] = 0; } }