ANSI escape code handling for CodeMirror 6.
Currently only affects Select Graphic Rendition sequences (the color escapes):
- hides control chars
- displays/clears 4 bit fg/bg colors and bold
window.view = new EditorView({
extensions: [ ansi(), ...
$ npm i # only needed first time
$ npm run prepare