Damon Leven

Results 81 comments of Damon Leven

I came over this combined syntax while trying out golang a bit. Hope it fixes the issue.

I have done some research on this and there are almost no terminals that are not supporting 4 or 8 bit colors. Problem as we already know is the 24bit...

Hi! I have actually tested windows compatibility with windows 8.1 and below and while it still compiles with MSVC, the constructor of the Terminal class (which is the core of...

moved the documentation update to #174.

The gist contains pretty cool checks to be honest. We can definitely use that. The other project would need a bit fixing and refactoring as far as I saw, should...

No problem, we have time. The first thing we should look into, would probably be the Terminal class. We should modify it so the runtime error that happens on windows...

This seems to be suitable for converting the 8bit colors (that are coming with the next Window class update) into windows XP / later versions of windows. I have created...

I don't see any code for changing the terminal mode though in ansicon, I think it's just for terminal colors. I have looked through the Microsoft docs and they note:...

Well for the raw mode, we just have to find out which console modes are supported on the oldest windows version we want to support and then, when setting them...

I don't think that we need the InpretEscSeq function, it looks like a work around. Have you tested if the color example works on windows 8 / 7 / XP?...