Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSearchResults ¶
func NewSearchResults() *searchResults
Types ¶
type Scroll ¶
type Scroll int
Scroll describes a scroll action.
const ( // ScrollTop goes to the first line. ScrollTop Scroll = iota // ScrollBottom goes to the last line. ScrollBottom // ScrollUp goes up one line. ScrollUp // ScrollDown goes down one line. ScrollDown // ScrollUpPage goes up one page full. ScrollUpPage // ScrollDownPage goes down one page full. ScrollDownPage // ScrollUpHalfPage goes up one half page full. ScrollUpHalfPage // ScrollDownHalfPage goes down one half page full. ScrollDownHalfPage )
Click to show internal directories.
Click to hide internal directories.