Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // KeyEnter is the default key for submission/selection. KeyEnter rune = readline.CharEnter // KeyBackspace is the default key for deleting input text. KeyBackspace rune = readline.CharBackspace // KeyPrev is the default key to go up during selection. KeyPrev rune = readline.CharPrev KeyPrevDisplay = "↑" // KeyNext is the default key to go down during selection. KeyNext rune = readline.CharNext KeyNextDisplay = "↓" // KeyBackward is the default key to page up during selection. KeyBackward rune = readline.CharBackward KeyBackwardDisplay = "←" // KeyForward is the default key to page down during selection. KeyForward rune = readline.CharForward KeyForwardDisplay = "→" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.