Documentation
¶
Overview ¶
Package ansi holds the ANSI escape sequences shared by the list and preview renderers.
Index ¶
Constants ¶
View Source
const ( Reset = "\x1b[0m" Bold = "\x1b[1m" Dim = "\x1b[2m" Cyan = "\x1b[36m" Green = "\x1b[32m" Yellow = "\x1b[33m" Highlight = "\x1b[7m" // reverse video; marks grep-query matches )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.