http://bugs.winehq.org/show_bug.cgi?id=21539
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #4 from Eric Pouech eric.pouech@orange.fr 2012-02-10 05:38:15 CST --- actually, under windows, when a program calls allocconsole, a new console is allocated (and it doesn't try to inherit the parent's console) what you're asking for is specifically to inherit the unix console, which only works when spawning a CUI program from this console (and this isn't supposed to go any further) the root issue IMO here is rather that wineconsole doesn't fall back to the user backend when the (n)curses fails I'll try to fix that