http://bugs.winehq.org/show_bug.cgi?id=49780 Bill Gray <pluto@projectpluto.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pluto@projectpluto.com --- Comment #17 from Bill Gray <pluto@projectpluto.com> --- Of possible interest to those encountering bug 58665 (spuriously inserted CR/LFs) : I worked around this by saying that if Wine is detected, occasionally move the cursor to the upper left corner, emit a CR/LF, then move the cursor back : https://github.com/Bill-Gray/PDCursesMod/commit/ac2c5441f525f60ed85e4f3c122e... The CR/LF sets the character count back to zero, so that Wine decides you have never reached the right side of the screen. Obviously, this is far from ideal, but it did enable my program to work. A further wrinkle : screen size changes are not detected. Start 'wine cmd' in an xterm that is 97 columns wide, resize the window to 83 columns and then start your program, and CR/LFs will be inserted after each 97 bytes are emitted. (Unless the above trick is used.) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.