Damon Leven

Results 81 comments of Damon Leven

Yeah we need to look into the implementation for older windows versions as discussed in #173. Technically we can turn off colors when the terminal is not interactive, that would...

well a user can simple create a wrapper themselves, I wouldn't like to force colors off on non TTY. It might be possible that the program runs in a CI...

Moved the discussion to #188.

I'm currently implementing autocolor for that. It's using RGB structs that can simply change their stored value. you would do ``` void render(Term::RGB color1, Term::RGB color2, Term::RGB color3) { std::cout

Hey @flagarde anything else you want to to see in the library?

Really nice! I hope that you find a well solution, I'm currently working on the window class update, because I need the managed renderer for a few of my projects....

I wouldn't include fmt directly into cpp-terminal, just add support so people can add it themselves to their project. The thing with dependencies is that it has to be maintained...

But the cmake needs refactoring anyway

Yeah, we can implement it only for a specific cmake version though. Otherwise as long as the CI is passing it should be fine.

Thank you for your reply. It is quiet strange that these issues are only appearing on my machine. I'll try testing it on another Terminal. I use kitty on archlinux,...