Library
Module
Module type
Parameter
Class
Class type
An ANSI escape sequence parser.
val create : unit -> t
Create a new parser in the default state.
val process : t -> string -> string
process t data
reads in data
and generates HTML output, parsing escape sequences as it goes. If data
ends with a partial sequence, it remembers this and will resume processing on the next call to process
.
The .fg-default
and .bg-default
CSS classes should be applied to the parent element of the processed strings.
Some default CSS rules to make the HTML output appear in colour, using xterm defaults (light variant).
Some default CSS rules to make the HTML output appear in colour, using xterm defaults (dark variant).
Some default CSS rules to make the HTML output appear in colour, with the Solarized colorscheme (light variant).
Some default CSS rules to make the HTML output appear in colour, with the Solarized colorscheme (dark variant).