enum RemiLib::Console::EraseLine
Overview
Changes how #eraseLine
behaves.
Defined in:
remilib/console/ansi.crEnum Members
-
CursorToEnd =
0
-
Erase text from the cursor to the end of the line.
-
CursorToStart =
1
-
Erase text from the cursor to the start of the line.
-
WholeLine =
2
-
Erase the entire line.