EscapeHandler class abstract

Implementers

Constructors

EscapeHandler()

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

backspaceReturn() → void
bell() → void
carriageReturn() → void
clearAllTabStops() → void
clearAltBuffer() → void
clearTabStopUnderCursor() → void
cursorNextLine(int amount) → void
cursorPrecedingLine(int amount) → void
deleteChars(int amount) → void
deleteLines(int amount) → void
designateCharset(int charset) → void
eraseChars(int amount) → void
eraseDisplay() → void
eraseDisplayAbove() → void
eraseDisplayBelow() → void
eraseLine() → void
eraseLineLeft() → void
eraseLineRight() → void
eraseScrollbackOnly() → void
index() → void
insertBlankChars(int amount) → void
insertLines(int amount) → void
lineFeed() → void
moveCursorX(int offset) → void
moveCursorY(int n) → void
nextLine() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
repeatPreviousCharacter(int n) → void
resetBackground() → void
resetCursorStyle() → void
resetForeground() → void
resize(int cols, int rows) → void
restoreCursor() → void
reverseIndex() → void
saveCursor() → void
scrollDown(int amount) → void
scrollUp(int amount) → void
sendCursorPosition() → void
sendOperatingStatus() → void
sendPrimaryDeviceAttributes() → void
sendSecondaryDeviceAttributes() → void
sendSize() → void
sendTertiaryDeviceAttributes() → void
setAltBufferMouseScrollMode(bool enabled) → void
setAppKeypadMode(bool enabled) → void
setAutoWrapMode(bool enabled) → void
setBackgroundColor16(int color) → void
setBackgroundColor256(int index) → void
setBackgroundColorRgb(int r, int g, int b) → void
setBracketedPasteMode(bool enabled) → void
setColumnMode(bool enabled) → void
setCursor(int x, int y) → void
setCursorBlinkMode(bool enabled) → void
setCursorBold() → void
setCursorFaint() → void
setCursorInverse() → void
setCursorInvisible() → void
setCursorItalic() → void
setCursorKeysMode(bool enabled) → void
setCursorStrikethrough() → void
setCursorUnderline() → void
setCursorVisibleMode(bool enabled) → void
setCursorX(int x) → void
setCursorY(int y) → void
setForegroundColor16(int color) → void
setForegroundColor256(int index) → void
setForegroundColorRgb(int r, int g, int b) → void
setIconName(String name) → void
setInsertMode(bool enabled) → void
setLineFeedMode(bool enabled) → void
setMargins(int i, [int? bottom]) → void
setMouseMode(MouseMode mode) → void
setMouseReportMode(MouseReportMode mode) → void
setOriginMode(bool enabled) → void
setReportFocusMode(bool enabled) → void
setReverseDisplayMode(bool enabled) → void
setTapStop() → void
setTitle(String name) → void
setUnknownDecMode(int mode, bool enabled) → void
setUnknownMode(int mode, bool enabled) → void
shiftIn() → void
shiftOut() → void
tab() → void
toString() String
A string representation of this object.
inherited
unknownCSI(int finalByte) → void
unknownOSC(String ps) → void
unknownSBC(int char) → void
unkownEscape(int char) → void
unsetCursorBold() → void
unsetCursorFaint() → void
unsetCursorInverse() → void
unsetCursorInvisible() → void
unsetCursorItalic() → void
unsetCursorStrikethrough() → void
unsetCursorUnderline() → void
unsupportedStyle(int param) → void
useAltBuffer() → void
useMainBuffer() → void
writeChar(int char) → void

Operators

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