X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=40fb9ce5458e0df6f33160d7392a8b56aa0e1501;hb=6db08230fafeb8a5fd163689e0225608bac64169;hp=d782fb0078132a20a0ad1baedb0661d4f0088f63;hpb=6cab23ba23301b578d4995f3c889e574ea4b9e99;p=xboard.git diff --git a/backend.c b/backend.c index d782fb0..40fb9ce 100644 --- a/backend.c +++ b/backend.c @@ -3824,7 +3824,7 @@ ParseBoard12(string) #endif } - if (moveNum > 0 && !gotPremove) { + if (moveNum > 0 && !gotPremove && !appData.noGUI) { /* If move comes from a remote source, animate it. If it isn't remote, it will have already been animated. */ if (!pausing && !ics_user_moved && prevMove == moveNum - 1) { @@ -3854,7 +3854,7 @@ ParseBoard12(string) /* Display opponents and material strengths */ if (gameInfo.variant != VariantBughouse && - gameInfo.variant != VariantCrazyhouse) { + gameInfo.variant != VariantCrazyhouse && !appData.noGUI) { if (tinyLayout || smallLayout) { if(gameInfo.variant == VariantNormal) sprintf(str, "%s(%d) %s(%d) {%d %d}", @@ -3882,7 +3882,7 @@ ParseBoard12(string) /* Display the board */ - if (!pausing) { + if (!pausing && !appData.noGUI) { if (appData.premove) if (!gotPremove ||