MCPcopy Create free account

hub / github.com/ahmetb/go-cursor / functions

Functions18 in github.com/ahmetb/go-cursor

↓ 17 callersFunctionescape
(format string, args ...interface{})
cursor.go:10
FunctionClearEntireLine
ClearEntireLine returns ANSI escape sequence to clear current line.
cursor.go:79
FunctionClearEntireScreen
ClearEntireScreen returns ANSI escape sequence to clear the screen.
cursor.go:96
FunctionClearLineLeft
ClearLineLeft returns ANSI escape sequence to clear line from left of the cursor.
cursor.go:74
FunctionClearLineRight
ClearLineRight returns ANSI escape sequence to clear line from right of the cursor.
cursor.go:68
FunctionClearScreenDown
ClearScreenDown returns ANSI escape sequence to clear screen below. the cursor.
cursor.go:85
FunctionClearScreenUp
ClearScreenUp returns ANSI escape sequence to clear screen above. the cursor.
cursor.go:91
FunctionHide
Hide returns ANSI escape sequence to hide the cursor
cursor.go:20
FunctionMoveDown
MoveDown returns ANSI escape sequence to move cursor down n lines.
cursor.go:38
FunctionMoveLeft
MoveLeft returns ANSI escape sequence to move cursor left n columns.
cursor.go:50
FunctionMoveNextLine
MoveNextLine returns ANSI escape sequence to move cursor to next line.
cursor.go:62
FunctionMoveRight
MoveRight returns ANSI escape sequence to move cursor right n columns.
cursor.go:44
FunctionMoveTo
MoveTo returns ANSI escape sequence to move cursor to specified position on screen.
cursor.go:26
FunctionMoveUp
MoveUp returns ANSI escape sequence to move cursor up n lines.
cursor.go:32
FunctionMoveUpperLeft
MoveUpperLeft returns ANSI escape sequence to move cursor to upper left corner of screen.
cursor.go:56
FunctionRestoreAttributes
RestoreAttributes returns ANSI escape sequence to restore saved position and attributes of the cursor.
cursor.go:108
FunctionSaveAttributes
SaveAttributes returns ANSI escape sequence to save current position and attributes of the cursor.
cursor.go:102
FunctionShow
Show returns ANSI escape sequence to show the cursor
cursor.go:15