jcli v0.22.3 (2021-09-08T20:50:40Z)
Dub
Repo
TextWidget
jcli
text
widgets
text
Undocumented in source.
struct
TextWidget {
Rect
blockArea
;
string
text
;
AnsiStyleSet
style
;
void
render
(Layout layout, TextBuffer buffer);
}
Members
Functions
render
void
render
(Layout layout, TextBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
blockArea
Rect
blockArea
;
Undocumented in source.
style
AnsiStyleSet
style
;
Undocumented in source.
text
string
text
;
Undocumented in source.
Meta
Source
See Implementation
jcli
text
widgets
text
structs
TextWidget
TextWidgetBuilder