Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stylable ¶
type Stylable interface { Style(string) tcell.Style SetStylesheet(Stylesheet) Stylesheet() Stylesheet }
type Styled ¶
type Styled struct {
// contains filtered or unexported fields
}
Styled implements Stylable
func (*Styled) MessageStyle ¶
func (*Styled) SetStylesheet ¶
func (w *Styled) SetStylesheet(stylesheet Stylesheet)
func (*Styled) Stylesheet ¶
func (w *Styled) Stylesheet() Stylesheet
type Stylesheet ¶
type Stylesheet map[string]tcell.Style
Click to show internal directories.
Click to hide internal directories.