Documentation
¶
Index ¶
Constants ¶
View Source
const ( Unknown = iota CtrlC Backspace Enter Escape UpArrow DownArrow Other )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EscapeCode ¶
type EscapeCode string
const ( // Escape codes Clear EscapeCode = "\033[H\033[2J\033[H" // Clear screen and reset cursor ResetCursor EscapeCode = "\033[0G" // Move cursor to the beginning of the line HideCursor EscapeCode = "\033[?25l" ShowCursor EscapeCode = "\033[?25h" )
Click to show internal directories.
Click to hide internal directories.