Documentation ¶
Overview ¶
Package linestyle defines various line styles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineStyle ¶
type LineStyle int
LineStyle defines the supported line styles.Q
const ( // None indicates that no line should be present. None LineStyle = iota // Light is line style using the '─' characters. Light // Double is line style using the '═' characters. Double // Round is line style using the rounded corners '╭' characters. Round )
Supported line styles. See https://en.wikipedia.org/wiki/Box-drawing_character.
Click to show internal directories.
Click to hide internal directories.