Skip to content
Snippets Groups Projects
Commit 37c4d716 authored by Aida Jonikienė's avatar Aida Jonikienė
Browse files

ntdll/unix: Add an option to inherit the Unix console handle.

I know this breaks Windows behavior but having apps print out
special debug messages to the terminal provides a good look
into the applications' development (for example I know that NFS
Underground has some "done" messages likely used for debugging).

I also don't want to keep another revert in my Wine tree just
for this one feature either so that's why I'm MR'ing this.

I considered adding a registry/winecfg entry for this behavior
but it would make this change much larger (and there's no good
place in winecfg to put this behavior in).

To enable this behavior, you can set WINEDEBUG=+unixcon variable
before launching an application.

Xkcd-Entry: https://xkcd.com/1172/
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55435
parent b7db8710
No related branches found
Tags wine-9.0-rc2
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment