Console issues in recent git

Reece Dunn msclrhd at googlemail.com
Wed Sep 8 02:34:57 CDT 2010


On 6 September 2010 21:00, Eric Pouech <eric.pouech at orange.fr> wrote:
> B/ actually, it's likely a race (in the simple way of running one single
> program) about resetting the console in decent shape. Could the folks having
> the issue try the attached patch (file conclean) to see if it helps ? (I
> never could reproduce it here, tested with konsole & xterm. If you still see
> the issue, please detail console and shell program)
> Clearly an annoying impact for most users, need fixing.

For StarCraft 2, the patch does not fix the issue.

+void close_console( struct process* process)

This needs to be s/close_console/close_bare_console/ for it to apply.

+extern int close_bare_console( struct process *process );

And this needs to be s/int/void/ as the function does not return a value.

- Reece



More information about the wine-devel mailing list