package
0.0.0-20240120040417-c6fe939a8d3c
Repository: https://github.com/kbirk/witch.git
Documentation: pkg.go.dev
# Constants
ClearLine clears the current line.
ClearToRight clears the screen from the cursor to the end of the line.
Hide hides the terminal cursor.
MoveCursorDown moves the cursor down one line.
MoveCursorLeft moves the cursor left one character.
MoveCursorUp moves the cursor up one line.
Show returns ANSI escape sequence to show the cursor.