This is fix 1. It fixes a problem encountered when Mosaic starts a telnet window. Possible login information, e.g what userid to use, will appear in a separate window. In the original version this window popped up after the telnet session was closed and thus not of much usage. With this fix the window pops up before the telnet window. 1-Dec-1993. ************ File PD_ROOT:[MOSAIC.MOSAIC-2_0.LIBWWW2]HTTELNET.C;3 135 #ifndef VMS 136 system(command); 137 #else 138 /* 139 * Spawn a subprocess, but do not wait for completion so that the 140 * application_user_feedback can pop up before we need it. 141 */ 142 { 143 #include 144 $DESCRIPTOR(cmd_desc, command); 145 int status, flags = 1; 146 147 status = lib$spawn (&cmd_desc, 0, 0, &flags); 148 } 149 #endif /* VMS, BSN */ 150 ****** File PD_ROOT:[MOSAIC.MOSAIC-2_0.LIBWWW2]HTTELNET.C;2 135 system(command); 136 ************ Number of difference sections found: 1 Number of difference records found: 15 .