Documentation ¶
Index ¶
Constants ¶
View Source
const ( MESSAGE_CHOICE = iota MESSAGE_SEND MESSAGE_SENT )
Variables ¶
View Source
var DefaultKeyMap = KeyMap{ Up: key.NewBinding( key.WithKeys("up", "k"), ), Down: key.NewBinding( key.WithKeys("down", "j"), ), Enter: key.NewBinding( key.WithKeys("enter"), ), }
Functions ¶
This section is empty.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.