From: Eric Pouech eric.pouech@gmail.com
The title was set to 'wineconsole.exe' instead of the name of the created process. conhost.exe loads its per application configuration from the console's title.
Signed-off-by: Eric Pouech eric.pouech@gmail.com --- programs/wineconsole/wineconsole.man.in | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/programs/wineconsole/wineconsole.man.in b/programs/wineconsole/wineconsole.man.in index dac4e62f321..37aa98d7c78 100644 --- a/programs/wineconsole/wineconsole.man.in +++ b/programs/wineconsole/wineconsole.man.in @@ -13,6 +13,17 @@ Bugs can be reported on the .UR https://bugs.winehq.org .B Wine bug tracker .UE . +.SH EXIT STATUS +When +.B +wineconsole +successfully starts the +.RI [ command ] +, the exit status is the one of the command. +In case of errors, +.B +wineconsole +returns 127. .SH AVAILABILITY .B wineconsole is part of the Wine distribution, which is available through WineHQ,