Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoComplete ¶
type AutoComplete struct {
// contains filtered or unexported fields
}
func NewAutoComplete ¶
func NewAutoComplete(vx *vaxis.Vaxis, complete func(string) []string) *AutoComplete
func (*AutoComplete) Draw ¶
func (a *AutoComplete) Draw(win vaxis.Window)
func (*AutoComplete) Update ¶
func (a *AutoComplete) Update(msg vaxis.Event)
type MenuComplete ¶
type MenuComplete struct {
// contains filtered or unexported fields
}
func NewMenuComplete ¶
func NewMenuComplete(complete func(string) []string) *MenuComplete
func (*MenuComplete) Draw ¶
func (m *MenuComplete) Draw(win vaxis.Window)
func (*MenuComplete) Update ¶
func (m *MenuComplete) Update(msg vaxis.Event)
Click to show internal directories.
Click to hide internal directories.