X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=6520238f8d03a979bb23a60d31ffc2885fe736c3;hb=23c979bdeba73c3b697c7c0ce87586df3c87896a;hp=7308920e42cda08276477d7ca7ee0b6f0832f9f9;hpb=a31d0897123ab90c8d4a8304619834079c3ad5a9;p=xboard.git diff --git a/backend.c b/backend.c index 7308920..6520238 100644 --- a/backend.c +++ b/backend.c @@ -8038,6 +8038,7 @@ if(appData.debugMode) fprintf(debugFP, "nodes = %d, %lld\n", (int) programStats. if (!strncmp(message, "telluser ", 9)) { if(message[9] == '\\' && message[10] == '\\') EscapeExpand(message+9, message+11); // [HGM] esc: allow escape sequences in popup box + PlayTellSound(); DisplayNote(message + 9); return; } @@ -8045,6 +8046,7 @@ if(appData.debugMode) fprintf(debugFP, "nodes = %d, %lld\n", (int) programStats. cps->userError = 1; if(message[14] == '\\' && message[15] == '\\') EscapeExpand(message+14, message+16); // [HGM] esc: allow escape sequences in popup box + PlayTellSound(); DisplayError(message + 14, 0); return; }