dodexahedron
dodexahedron
So I've been doing a deep dive into the win32 console APIs and the frustratingly fractured/incomplete documentation available for virtual terminal sequences... I think it's a very excellent goal for...
Thanks. :) I know @tig is aware of that library or may have even looked into it at least on some level, before. I'm not sure what the current thoughts...
I have a thought... Might be a good idea to use a name not including ANSI because of Microsoft's historic decision to use that moniker for when they really meant...
> There's no reason I can see that support for vts can't be isolated in just a driver. > > And y'all are probably not considering a huge piece of...
> Oh, and curses is Bad. > > It is mostly in the way and my vision is we can fix a bunch of Linux/Mac issues by minimizing how much...
Oh man yeah this and related issues I think are going to impact some stuff I'm debugging in TGD around hit testing. On that note, there's a HitTest extension method...
I'd be happy to work on some TDD for those types, once I'm finished with the work I'm doing with TerminalGuiDesigner's test project. They're pretty critical core classes, so I...
Yeah I actually think this one is basically obsolete, as some things have changed over time. The fundamental thoughts are still more or less the same, but this was originally...
Side note about this for V2: [IList](https://learn.microsoft.com/en-us/dotnet/api/system.collections.ilist?view=net-8.0) is an awful interface from the days of .net Framework 1.0 and is typically not recommended to be used in modern projects, if...
It just doesn't implement that interface. [`ObservableCollection`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.observablecollection-1?view=net-8.0) does, but I wouldn't recommend using that for most situations.