flagarde
flagarde
I trying to add the color for old windows.
It seems the cerr is not taken into account on the library. It would be very nice to deal with hi to as you did with cout
Cmake doesn't need it. some compiler make a distiction about and "" but it's mainly more a convention than very usefull. From my understanding is for system include search first...
Maybe we should avoid to use cerr for this purpose at least from the library. The user would maybe (I would ;) ) have a way to detach cerr and...
Do you know why you are using cmake 3.10 as minimum... With 3.11 we could have 'https://cmake.org/cmake/help/latest/module/FetchContent.html'... It would allow to supress doctest from the repo and only download it...
Cmake 3.10 is for ubuntu 18 (2018). In ubuntu 20 (2020) it's cmake 3.16. Yes, I know debian/Ubuntu 🙄😔...
@iganinja Hello, thanks for your nice words. Some changes has been done related to resizing and maybe this create new issues. Would you mind give some codes to test ?...
@iganinja I know they were some bug before the last merge in windows. Please note that key can be NO_KEY so you should add a test case for this. The...
@iganinja This is fixed ?
@iganinja thx for the feedback. We can let this open then.. Not sure if it's a problem from the library of from Window$. Maybe there is some hack we could...