flagarde
flagarde
I wonder if it's not the contrary the console in windows is poorly optimized. Are you using Term::terminal or cout. I heard somewhere cout is not buffered or things like...
@TobiasWallner Your solution is general or a bit hacky? If it's a general one I think this could be incorporated into this library as it would be a very nice...
I see, so it seems the problem is the clearscreen ?
@TobiasWallner I'm trying to implement a more system base API to wrtite to console. I have been told the C C++ Windows is quite buggy and not so efficient sometimes....
@TobiasWallner Would be great or to have a program with benching on this repo :)
@wmarini Thx for the code. unfortunately it seems windows is not totallt POSIX compatible but we can use your code as basis to do one with windows support.
We can investigate on this but maybe it's a windows bug. Some options are incompatible and windows help pages are very cryptic to me. Their "logic" is counterintuitive to me...
@TobiasWallner By the way, what is the `wrap text output on resize` doing ?
@TobiasWallner Very strange indeed :( Cousl you provide some code for me to try on my desktop ?
ok thank I will try with the windows API for terminal and see if there is improvements