Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Help = newK("ctrl+k", "^k", "help") Quit = newK("ctrl+b", "esc", "quit") Open = newK("enter", "⏎", "open") Close = newK("esc", "esc", "list") Up = newK("up", "↑", "up") Down = newK("down", "↓", "down") PageUp = newK("pgup", "⇞", "pgup") PageDown = newK("pgdn", "⇟", "pgdn") Home = newK("home", "⇱", "home") End = newK("end", "⇲", "end") )
Functions ¶
func NewProgram ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.