Documentation ¶ Index ¶ type TermWrap func NewTermWrap(defaultWidth, defaultHeight int) *TermWrap func (tw *TermWrap) IndentedParagraph(prefix, content string, minimumWidth int) string func (tw *TermWrap) Paragraph(content string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TermWrap ¶ type TermWrap struct { // contains filtered or unexported fields } func NewTermWrap ¶ func NewTermWrap(defaultWidth, defaultHeight int) *TermWrap func (*TermWrap) IndentedParagraph ¶ func (tw *TermWrap) IndentedParagraph(prefix, content string, minimumWidth int) string func (*TermWrap) Paragraph ¶ func (tw *TermWrap) Paragraph(content string) string Source Files ¶ View all Source files termwrap.go Click to show internal directories. Click to hide internal directories.