Hi Gary, On Thu, 22 Jun 2023 at 12:05, Gary Gregory <garydgreg...@gmail.com> wrote: > > But is it enabled in cmd.exe? Windows Terminal is a separate download, at > least on Windows 10.
You are right: removing the 'HKEY_CURRENT_USER\Console\VirtualTerminalLevel' on my system disabled ANSI escapes, so the default value for cmd.exe must be no ANSI escapes. However I think we could drop `jansi` anyway and document the need to set `HKEY_CURRENT_USER\Console\VirtualTerminalLevel` to 1, because: 1. Nobody noticed JANSI support has been broken since 2021, 2. I would prefer to change a registry value instead of adding a 200 KiB library to my application. Piotr