Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiLineColumn ¶ added in v0.0.9
type MultiLineColumn struct {
Width int
Wrap bool
LenFn func(s string) int
SliceFn func(s string, start, stop int) string
// contains filtered or unexported fields
}
func (*MultiLineColumn) Lines ¶ added in v0.0.9
func (c *MultiLineColumn) Lines() int
func (*MultiLineColumn) PreFlush ¶ added in v0.0.9
func (c *MultiLineColumn) PreFlush()
func (*MultiLineColumn) Reset ¶ added in v0.0.9
func (c *MultiLineColumn) Reset()
Click to show internal directories.
Click to hide internal directories.