Brecht Sanders

Results 270 comments of Brecht Sanders

MinGW provides Windows API functions, and additionally a subset of POSIX (e.g. pthreads). The fact that you already treat `gmtime_r` and `localtime_r` differently for Windows is sort of the issue,...

Thanks for the advice, but that doesn't solve it. What is also strange is that it doesn't also truncate the same clipboard contents in the same place. Do you know...

If it is readline-related, which other tool could I use to paste the same text in to compare the results? Is it important what `TERM` is set to? I have...

Test in `dash` has the same issues. Test with `cat` has no issues. I did some more tests and found that running `bind 'set enable-bracketed-paste off'` does work, but only...

No improvement when launching shell with `MSYS=enable_pcon` set.

Sorry about the delay in response. I was forced to revert to older MSYS2 for daily operations due to this issue, as this issue slowed down my work significantly with...

Just tried again with latest `msys2-base-x86_64-20220603` and large paste is still messed up. FYI: My MSYS2 bash shell runs the following at startup to avoid features that slow down pasting:...

I just replaced that DLL and it looks like large paste is still garbled...

Where both cases on the same Windows 7 64-bit system?

Windows 7 is quite old and no longer supported by Microsoft. I try to build the compiler suite for optimal performance, not for compatibility with obsolete operating systems. You can...