Eric Pouech eric.pouech@orange.fr writes:
- seperate the process to read input from fd(0) and the current
running process (hence ensuring that we get the correct rights for writing) this is what we do with wineconsole (for other backends). moving bare console to wineconsole could also other benefits, as ensuring that the process controling the unix console doesn't die until the last wine process using it dies (and resetting the terminal control at exit)
That would probably be a better approach, yes.