Page
Library
Module
Module type
Parameter
Class
Class type
Source
AnsiSourceAn ANSI escape sequence parser.
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).
strip data reads in data and strips out ANSI sequences. It doesn't remember partial sequences between calls to strip.