Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Display ¶
type Display struct {
// contains filtered or unexported fields
}
func (*Display) InsertLine ¶
func (*Display) UpdateLine ¶
type LineBuffer ¶
type LineBuffer struct {
// contains filtered or unexported fields
}
LineBuffer is the type containing written lines.
func (*LineBuffer) Add ¶
func (lb *LineBuffer) Add(text string)
func (*LineBuffer) Set ¶
func (lb *LineBuffer) Set(line int, text string)
Click to show internal directories.
Click to hide internal directories.