http://bugs.winehq.com/show_bug.cgi?id=1358
------- Additional Comments From stein@ir.iit.edu 2003-08-09 14:46 ------- I have a number of Windows commandline programs that I use regularly. I often find it necessary to use them over SSH. Since they are not graphical, I do not need x11drv. ttydrv inserts a bunch of extra characters, which is annoying, prevents the output from being seen, and causes it to be mis-formatted. (One of the utilities is a simple stdin -> stdout, which means that I need to remove those characters in an additional step.) For the moment, I am using "GraphicsDriver" = "none" and just removing the top line, which is working okay.
It would be very handy if none was an actual driver that worked, was documented, and did not have the error line. The proposed code changes would be very helpful.