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
Static Methods
- 
  blankRemaining() → String 
- This is actually just a string but it does something so I decided to wrap it into a method
- 
  bold(dynamic str) → String 
- Bold output.
- 
  gray(dynamic str) → String 
- Gray color.
- 
  green(dynamic str) → String 
- Green color.
- 
  moveUp(dynamic n) → String 
- The reverse of '\n'. Goes to the beginning of the previous line.
- 
  replacePreviousLine(dynamic 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(dynamic str) → String 
- Teal (=blue/green) color.