dart_console/src/ansi library
Constants
- ansiCursorDown → const String
- ansiCursorLeft → const String
- ansiCursorRight → const String
- ansiCursorUp → const String
- ansiDeviceStatusReportCursorPosition → const String
- ansiEraseCursorToEnd → const String
- ansiEraseInDisplayAll → const String
- ansiEraseInLineAll → const String
- ansiHideCursor → const String
- ansiMoveCursorToScreenEdge → const String
- ansiResetColor → const String
- ansiResetCursorPosition → const String
- ansiShowCursor → const String
Functions
-
ansiCursorPosition(
int row, int col) → String -
ansiSetColor(
int color) → String -
ansiSetExtendedBackgroundColor(
int color) → String -
ansiSetExtendedForegroundColor(
int color) → String -
ansiSetTextStyles(
{bool bold = false, bool faint = false, bool italic = false, bool underscore = false, bool blink = false, bool inverted = false, bool invisible = false, bool strikethru = false}) → String