System.Console.ANSI.Codes

Basic data types

Cursor movement by character

cursorUpCode

cursorDownCode

cursorForwardCode

cursorBackwardCode

Cursor movement by line

cursorUpLineCode

cursorDownLineCode

Directly changing cursor position

setCursorColumnCode

setCursorPositionCode

Clearing parts of the screen

clearFromCursorToScreenEndCode

clearFromCursorToScreenBeginningCode

clearScreenCode

clearFromCursorToLineEndCode

clearFromCursorToLineBeginningCode

clearLineCode

Scrolling the screen

scrollPageUpCode

scrollPageDownCode

Select Graphic Rendition mode: colors and other whizzy stuff

setSGRCode

Cursor visibilty changes

hideCursorCode

showCursorCode

Changing the title

setTitleCode

Utilities

colorToCode

csi

sgrToCode