http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern@onlinehome.de 2006-04-08 15:10 -------
From the source, it looks like the console module needs some reworking. First of
all, the way the console information is kept (one part on the client and one on the server) seems incongruous and a potential source of bugs. Either put all in the client or all in the server. If the server is where terminal information is being kept, it might be a good idea to let the server also keep track of the console data. As soon as I find time, I'll check if it's indeed the source of the problems, and what can be done to fix it.