mirror of
https://github.com/FiloSottile/age.git
synced 2026-02-12 12:41:05 +00:00
If possible, we enable virtual terminal processing, which is necessary for using terminal escape sequences on instances of the Windows Console. When enabling virtual terminal processing fails, we completely avoid using escape sequences to prevent weird characters to be printed to the console. Fixes #474 Closes #475 Co-authored-by: Filippo Valsorda <hi@filippo.io>