X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=backend.c;h=6f17d9b5405e2b3181409df709da5e001948563d;hp=2965507e9390512f476b7f7f71b6608719c4a6b7;hb=45f6f7e592a1e99a5dfa301e2ab8a52b39a4fd8a;hpb=376090c180acf74598157c46f48f6bb2713bbbbf diff --git a/backend.c b/backend.c index 2965507..6f17d9b 100644 --- a/backend.c +++ b/backend.c @@ -2214,6 +2214,7 @@ read_from_ics(isr, closure, data, count, error) sprintf(str, "/set-quietly interface %s\n/set-quietly style 12\n", programVersion); + strcat(str, "/set-quietly wrap 0\n"); } else if (ics_type == ICS_CHESSNET) { sprintf(str, "/style 12\n"); @@ -2224,10 +2225,11 @@ read_from_ics(isr, closure, data, count, error) #ifdef WIN32 strcat(str, "$iset nohighlight 1\n"); #endif + strcat(str, "$iset nowrap 1\n"); strcat(str, "$iset lock 1\n$style 12\n"); - NotifyFrontendLogin(); } SendToICS(str); + NotifyFrontendLogin(); intfSet = TRUE; }