search for: wine_issu

Displaying 1 result from an estimated 1 matches for "wine_issu".

Did you mean: wine_issue
2011 May 19
1
No newline in wine printf with multibyte string
...racter properly in the end of code, at printf on line #37; if non-ascii characters in printing string are present. This causing printed line to be shared with next PS1 prompt, when executed in wine directly. Here is image illustrating that effect: [Image: ftp://neverb.net/images/special/screenshot/wine_issue/linux_wine_cmd_exe.png ] Note also missing extra newline in wine cmd.exe prompt. It should be there as it is in native windows cmd.exe: [Image: ftp://neverb.net/images/special/screenshot/wine_issue/native_windows.png ] Possible workarounds: add '\r' before '\n' weed out no...