~exitb/retrofit

1d1f135e0132666c76f6a93ccb7bf46562208fd0 — exitb 3 years ago fd4acdd 0.1.2
Add info about Windows console
1 files changed, 8 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +8 -0
@@ 58,6 58,14 @@ PabloDraw color codes, use 24-bit mode:
$ retrofit -c 24bit example.ans
```

### Windows console support

Current Windows 10 console is able to view ANSI art pieces correctly, but user
needs to [enable the VT support](https://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences/56150498#56150498)
and run `chcp 65001` command before running retrofit.

Note that terminal Windows Subsystem for Linux works out of the box.

## Building from source

Retrofit is built with Rust. It requires [Rust toolset](https://rustup.rs)