Documentation
¶
Overview ¶
Package ansi reference https://github.com/sindresorhus/ansi-escapes
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CursorLeft = fmt.Sprintf("%sG", csi)
CursorLeft move cursor to the left side
View Source
var EraseDown = fmt.Sprintf("%sJ", csi)
EraseDown Erase the screen from the current line down to the bottom of the
View Source
var EraseUp = fmt.Sprintf("%s1J", csi)
EraseUp Erase the screen from the current line up to the top of the screen
Functions ¶
func CursorPrevLine ¶
CursorPrevLine Move cursor up a specific amount of rows.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.