Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClearScreen = "\033[2J" MoveToBottom = "\033[200;0H" // go to line 200, column 0 Reset = "\033[0m" Bold = "\033[1m" Cyan = "\033[36m" LightGreen = "\033[1;32m" LightBlue = "\033[1;36m" BrightRed = "\033[1;31m" BrightYellow = "\033[1;93m" BrightMagenta = "\033[1;95m" DarkGray = "\033[90m" )
Variables ¶
View Source
var Enabled bool = true
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.