Skip to content

output: improve Windows console handling

Warren Gifford requested to merge aharvey/fix-output-on-windows-console into master

Created by: LawnGnome

The new output code is pretty nifty in Windows Terminal, but users still using the legacy console with cmd.exe or PowerShell are going to get pretty ugly output, since the escape codes aren't handled by default. This adds support for enabling virtual terminal processing, which makes things pretty. (Well, prettier, anyway. Note also #273.)

Merge request reports

Loading