Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pager ¶
type Pager struct {
// NewPager shows lines by default, this field can hide them
ShowLineNumbers bool
// If true, pager will clear the screen on return. If false, pager will
// clear the last line, and show the cursor.
DeInit bool
// contains filtered or unexported fields
}
Pager is the main on-screen pager
Click to show internal directories.
Click to hide internal directories.
