Erasing Printout
ConsoleCodes.Erase
— ModuleErase
Module containing console commands for erasing characters already printed.
ConsoleCodes.Erase.fromcursor
— FunctionErase.fromcursor()
Erase console characters from the cursor to the end of the line.
ConsoleCodes.Erase.tocursor
— FunctionErase.tocursor()
Erase console characters from the start of the line to the cursor.
ConsoleCodes.Erase.all
— FunctionErase.all()
Erase the entire console display.
ConsoleCodes.Erase.allhistory
— FunctionErase.allhistory()
Erase the entire console display including scroll-back history.
ConsoleCodes.Erase.linefromcursor
— FunctionErase.linefromcursor()
Erase from the cursor to the end of the console line.
ConsoleCodes.Erase.linetocursor
— FunctionErase.linetocursor()
Erase from the start of the console line to the cursor.
ConsoleCodes.Erase.line
— FunctionErase.line()
Erase the console line.