package ansi
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
AnsiStateMachine(apply: (Int) ⇒ AnsiStateMachine) extends Product with Serializable
A state machine for filtering out ANSI escape codes from a character stream.
A state machine for filtering out ANSI escape codes from a character stream.
In addition to stripping out ANSI escape codes, we also strip out carriage return \r characters from Windows-style "\r\n" line breaks.
-
class
LineListener extends AnyRef
Converts a stream of strings (with potential ANSI codes and newlines) into a callback for indvidual lines where each individual line has no newline \n characters.
Value Members
- object AnsiStateMachine extends Serializable
- object LineListener