XTerm class abstract

Abstract class providing XTerm escape sequences

Constructors

XTerm()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

reset ↔ String
Reset XTerm sequence. This is always applied after using some other sequence.
getter/setter pair

Static Methods

blankRemaining() → String
This is actually just a string but it does something so I decided to wrap it into a method
bold(Object? str) → String
Bold output.
gray(Object? str) → String
Gray color.
green(Object? str) → String
Green color.
moveUp(int n) → String
The reverse of '\n'. Goes to the beginning of the previous line.
replacePreviousLine(String str) → String
Use moveUp, concatenate your string (str) and then blank the remaining line.
rightIndicator() → String
UTF-16 char for selecting an item in ListChooser. Formally called HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT. On windows a simple > character is used See: https://codepoints.net/U+276F
teal(Object? str) → String
Teal (=blue/green) color.