this time sounds like I forgot to put back this line in after a couple of other testings... :-/
this would make Dan even angrier, but also get rid of the several win32-consoles on the same unix-terminal issue Dan was experie^H^H^H^H^H^H^H banging his head into
A+
--
Eric Pouech
Name: wc_start2 ChangeLog: fixed another regression in sub-process creation (curses backend must be default for AllocConsole() invocation) License: X11 GenDate: 2003/03/08 20:20:49 UTC ModifiedFiles: programs/wineconsole/wineconsole.c =================================================================== RCS file: /home/cvs/cvsroot/wine/wine/programs/wineconsole/wineconsole.c,v retrieving revision 1.23 diff -u -u -r1.23 wineconsole.c --- programs/wineconsole/wineconsole.c 7 Mar 2003 20:34:55 -0000 1.23 +++ programs/wineconsole/wineconsole.c 8 Mar 2003 18:09:35 -0000 @@ -694,6 +694,7 @@ if (end == wci->ptr + 12) return FALSE; wci->mode = from_event; wci->ptr = end; + wci->backend = WCUSER_InitBackend; } else if (strncmp(wci->ptr, "--backend=", 10) == 0) {