package frontend
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
FallbackTerminal
extends Terminal
Represents a fallback terminal that does not have color or multi-line support.
-
class
FancyTerminal
extends Terminal
Represents a fancy terminal that provides color and multi-line support.
-
trait
Terminal
extends AnyRef
Represents the interface for a terminal that can read and write.
-
class
VirtualTerminal
extends Terminal
Represents a terminal that reads from input provided on a queue and outputs results to a different queue.
Value Members
-
object
TerminalUtilities
Contains helper methods to do with terminal operations.
- object VirtualTerminal