Documentation
¶
Index ¶
- Constants
- type InputHistory
- func (h *InputHistory) AppendToFile(entry string) error
- func (h *InputHistory) Flush() error
- func (h *InputHistory) IsNavigating() bool
- func (h *InputHistory) LoadFromFile(path string) error
- func (h *InputHistory) NavigateDown() (string, bool)
- func (h *InputHistory) NavigateUp(current string) (string, bool)
- func (h *InputHistory) Push(entry string)
- func (h *InputHistory) Reset()
Constants ¶
View Source
const MaxHistorySize = 1000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputHistory ¶
type InputHistory struct {
// contains filtered or unexported fields
}
func (*InputHistory) AppendToFile ¶
func (h *InputHistory) AppendToFile(entry string) error
func (*InputHistory) Flush ¶
func (h *InputHistory) Flush() error
func (*InputHistory) IsNavigating ¶
func (h *InputHistory) IsNavigating() bool
func (*InputHistory) LoadFromFile ¶
func (h *InputHistory) LoadFromFile(path string) error
func (*InputHistory) NavigateDown ¶
func (h *InputHistory) NavigateDown() (string, bool)
func (*InputHistory) NavigateUp ¶
func (h *InputHistory) NavigateUp(current string) (string, bool)
func (*InputHistory) Push ¶
func (h *InputHistory) Push(entry string)
func (*InputHistory) Reset ¶
func (h *InputHistory) Reset()
Click to show internal directories.
Click to hide internal directories.