AthOptions

Options for the ath library.

Members

Variables

dark
bool dark;

Use a dark color scheme.

document
bool document;

Generate a whole HTML document instead of just the <pre>...</pre> tag.

noBuffer
bool noBuffer;

By default ath keeps the input stream in a buffer, allowing for cursor sequences to be used. Use this option to disable that behaviour and directly pass the input stream through. May improve performance and memory consumption. Only really makes sense if you use the piped version of the ansi_to_html function.

noPre
bool noPre;

Leave the <pre> tags out of the output.

Meta