Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahmetb/go-cursor
/ functions
Functions
18 in github.com/ahmetb/go-cursor
⨍
Functions
18
◇
Types & classes
0
↓ 17 callers
Function
escape
(format string, args ...interface{})
cursor.go:10
Function
ClearEntireLine
ClearEntireLine returns ANSI escape sequence to clear current line.
cursor.go:79
Function
ClearEntireScreen
ClearEntireScreen returns ANSI escape sequence to clear the screen.
cursor.go:96
Function
ClearLineLeft
ClearLineLeft returns ANSI escape sequence to clear line from left of the cursor.
cursor.go:74
Function
ClearLineRight
ClearLineRight returns ANSI escape sequence to clear line from right of the cursor.
cursor.go:68
Function
ClearScreenDown
ClearScreenDown returns ANSI escape sequence to clear screen below. the cursor.
cursor.go:85
Function
ClearScreenUp
ClearScreenUp returns ANSI escape sequence to clear screen above. the cursor.
cursor.go:91
Function
Hide
Hide returns ANSI escape sequence to hide the cursor
cursor.go:20
Function
MoveDown
MoveDown returns ANSI escape sequence to move cursor down n lines.
cursor.go:38
Function
MoveLeft
MoveLeft returns ANSI escape sequence to move cursor left n columns.
cursor.go:50
Function
MoveNextLine
MoveNextLine returns ANSI escape sequence to move cursor to next line.
cursor.go:62
Function
MoveRight
MoveRight returns ANSI escape sequence to move cursor right n columns.
cursor.go:44
Function
MoveTo
MoveTo returns ANSI escape sequence to move cursor to specified position on screen.
cursor.go:26
Function
MoveUp
MoveUp returns ANSI escape sequence to move cursor up n lines.
cursor.go:32
Function
MoveUpperLeft
MoveUpperLeft returns ANSI escape sequence to move cursor to upper left corner of screen.
cursor.go:56
Function
RestoreAttributes
RestoreAttributes returns ANSI escape sequence to restore saved position and attributes of the cursor.
cursor.go:108
Function
SaveAttributes
SaveAttributes returns ANSI escape sequence to save current position and attributes of the cursor.
cursor.go:102
Function
Show
Show returns ANSI escape sequence to show the cursor
cursor.go:15