Documentation ¶
Overview ¶
Package ansi converts a given area into a stream of ansi sequences to be dump into a terminal
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Char ¶
type Char interface { Content() string Background() col.Color Foreground() col.Color Bold() bool Faint() bool Italic() bool Underline() bool Blink() bool Inverse() bool Invisible() bool Crossed() bool Double() bool }
Char represents the properties a char in an Area should have to be able to be represented in a terminal.
Click to show internal directories.
Click to hide internal directories.