Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2023 Changes in this version + type Box struct + BottomLeft string + BottomRight string + Horizontal string + TopLeft string + TopRight string + Vertical string + func New(config Config) Box + func (b Box) Print(title, lines string) + func (b Box) Println(title, lines string) + func (b Box) Sprintf(title, lines string) string + func (b Box) String(title, lines string) string + type Config struct + AllowWrapping bool + Color interface{} + ContentAlign string + ContentColor interface{} + Px int + Py int + TitleColor interface{} + TitlePos string + Type string + WrappingLimit int