Update to modern style conventions. Reformat for performance: - [x] No need for intermediate `ascii.list` file in `build.sh` script - [ ] Rewrite using modern JS standards and features - [ ] Place regexes for `convertSpecialChars` in parent scope - [ ] Don't do char-at-a-time; treat text between SGR/CSI codes as blocks
Update to modern style conventions. Reformat for performance:
ascii.listfile inbuild.shscriptconvertSpecialCharsin parent scope