ath

ath is a library for converting text containing ANSI escape sequences to HTML.

Members

Classes

AthException
class AthException
Undocumented in source.

Functions

ansi_to_html
void ansi_to_html(File input, File output, AthOptions options)

Takes the contents of the passed input File, converts the contained ANSI to HTML and writes the result to the passed output File.

ansi_to_html
File ansi_to_html(File input, AthOptions options)

Takes the contents of the passed File, converts the contained ANSI to HTML and returns a new File with the result.

ansi_to_html
string ansi_to_html(string ansi, AthOptions options)

Converts a string containing ANSI escape sequences to HTML.

Structs

AthOptions
struct AthOptions

Options for the ath library.

Meta