On Sun Apr 20 13:03:31 2025 +0000, eric pouech wrote:
this doesn't make any sense... rest of code uses maxlen as number of (w)chars not bytes note also that native has several modes concerning line wrapping and wine doesn't implement the one you have in mind (ie a single line in "screen buffer" but that is displayed on several lines in output... line wrap changes when you change the width of the console). wine implements the "old" fashion, ie if line is too long, it's spread across several screen buffer lines, but won't change when console width changes
Ah, mistake, good catch. Arithmetic should be * instead of /. Had conversion backward.
I tested with multi-line text but I did not resize console window. Will look into.