TrueColorConsole icon indicating copy to clipboard operation
TrueColorConsole copied to clipboard

24-bit coloring and VT features for .NET System.Console !

Results 5 TrueColorConsole issues
Sort by recently updated
recently updated
newest added

I am not sure if this project is still active, nor if this would be wanted/merged but I figured I would submit it just in case. This is based on...

Hi there, Firstly thanks for creating this project. I was testing out the project with the following code: ```csharp private static int Example1a() { // Console color defaults VTConsole.SetColorBackground(Color.MidnightBlue); VTConsole.SetColorForeground(Color.White);...

This PR moves all interop calls to nested `NativeMethods` to prevent the runtime from trying to load the `kernel32.dll` on non windows systems and also adds a few Platform checks...

Hey, how could i render chars like █ using your lib ? It prints "?" instead of the right character even if i change the character mode