+ if(strstr(text, "\\ ") == text) where = currentLineEnd[window-1]; // continuation line
+//if(appData.debugMode) fprintf(debugFP, "insert '%s' at %d (end = %d,%d)\n", text, where, currentLineEnd[0], currentLineEnd[1]);
+ InsertIntoMemo(window-1, text, where); // [HGM] multivar: always at top
+ currentLineEnd[window-1] = where + strlen(text);