rburns / ansi-to-html

Convert ansi escaped text streams to html.
MIT License
354 stars 48 forks source link

Support background 256 colors. #84

Open kaz-utashiro opened 4 years ago

kaz-utashiro commented 4 years ago

Current version does not handle 6x6x6 216 colors for background starting with "\e[48;5;". I also need to handle both foreground and background setting in the same sequence, but it is beyond quick work.

This is my very first JavaScript program. Please discard and rewrite if not appropriate.