Yevgen Sh.

Results 4 comments of Yevgen Sh.

Actually ANSI is a common thing for terminal applications and it would be nice to have it.

@normai ANSI is widely used by native terminal applications [to decorate prompt output](https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html) (font weight and color). If TerminalJS will be used as a front-end with real terminal in the...

I think you're missing the point here: I'm not talking about `ANSI` to `UTF-8`. I'm talking about `ANSI escape codes` to `HTML`. And that sounds like a job for front-end...

I would argue that various HTML features are not actually terminal thing, but we should consider implementing converting ANSI escape code to HTML. There are npm packages out there for...