Documentation
¶
Index ¶
Constants ¶
View Source
const ( AttrReset = "\x1b[0m" AttrBold = "\x1b[1m" AttrItalics = "\x1b[3m" AttrUnderline = "\x1b[4m" AttrBlink = "\x1b[5m" AttrBlack = "\x1b[30m" AttrRed = "\x1b[31m" AttrGreen = "\x1b[32m" AttrYellow = "\x1b[33m" AttrBlue = "\x1b[34m" AttrMagenta = "\x1b[35m" AttrCyan = "\x1b[36m" AttrWhite = "\x1b[37m" AttrGrey = "\x1b[90m" AttrBrightRed = "\x1b[91m" AttrBrightGreen = "\x1b[92m" AttrBrightYellow = "\x1b[93m" AttrBrightBlue = "\x1b[94m" AttrBrightMagenta = "\x1b[95m" AttrBrightCyan = "\x1b[96m" AttrBrightWhite = "\x1b[97m" )
Variables ¶
This section is empty.
Functions ¶
func HideCursor ¶
func HideCursor()
func MoveCursorDown ¶
func MoveCursorDown(by int)
func MoveCursorLeft ¶
func MoveCursorLeft(by int)
func MoveCursorRight ¶
func MoveCursorRight(by int)
func MoveCursorUp ¶
func MoveCursorUp(by int)
func ShowCursor ¶
func ShowCursor()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.