Documentation ¶
Index ¶
Constants ¶
View Source
const AnsiBgRgbColor = "\x1b[48;2;%d;%d;%dm"
View Source
const AnsiBgTransparentColor = "\x1b[0;39;49m"
View Source
const AnsiCursorHide = "\x1B[?25l"
View Source
const AnsiCursorShow = "\x1B[?25h"
View Source
const AnsiCursorUp = "\x1B[%dA"
View Source
const AnsiFgRgbColor = "\x1b[38;2;%d;%d;%dm▄"
View Source
const AnsiFgTransparentColor = "\x1b[0m "
View Source
const AnsiReset = "\x1b[0m"
View Source
const DefaultTermCols = 80
View Source
const DefaultTermRows = 24
View Source
const FPS = 15
View Source
const ResizeFactorX = 1
View Source
const ResizeFactorY = 2
View Source
const ResizeOffsetY = 8
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.