twisted.conch.ui.ansi.AnsiParser
class documentationtwisted.conch.ui.ansi
View Source
(View In Hierarchy)
Parser class for ANSI codes.
Method | __init__ | Undocumented |
Method | stripEscapes | Remove all ANSI color escapes from the given string. |
Method | writeString | Undocumented |
Method | parseString | Turn a string input into a list of ColorText
elements. |
Method | parseColor | Handle a single ANSI color sequence |
Method | parseCursor | Undocumented |
Method | parseErase | Undocumented |
Method | pickColor | Undocumented |
Method | formatText | Undocumented |