Results 121 comments of Jason Hood

You're really talking about a console issue, not an ANSICON issue. You've got a dialog to change the colors, what's stopping you from using that? Admittedly, it is very clunky,...

I'll not be adding custom application palettes to ANSICON - that's what the Properties are for. I shall add the sequence to set the palette - e.g. `ansicon -e ^[]4;4;60,140,210^[\`...

Sorry, no, I never got around to it. In the interim, I just whipped up this [program](http://adoxa.altervista.org/ansicon/conpal.exe) to do it, using Windows indices (e.g. `conpal 1=60,140,210` to change blue).

You might like to try the original ANSI in mintty or conemu, as they offer more colors; the console is stuck with 16. Are you a color or two short?...

v1.80 can set the palette. I'll also point out that Win10 supports RGB colors directly.

Other languages typically provide a way to access the Windows API directly, so with a bit of mucking about you could call `GetConsoleScreenBufferInfo` and get the dimensions that way. Not...

Microsoft has documented their [sequences](https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences).

There's at least one undocumented sequence (at least on 15063): `ESC c` `RIS` does a hard reset (**R**eset to **I**nitial **S**tate).

I was not able to replicate it (ANSICON 1.66, Composer-Setup 4.7.0).

Ah, I was supposed to make a note not to install in the system directory, because things like this happen (you would need to install to `SysWOW64` as well to...