Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CursorMotion ¶
type CursorMotion int
const ( CursorUp CursorMotion = iota CursorDown CursorLeft CursorRight )
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func InitialModel ¶
func InitialModel(config board.BoardConfig) Model
func (*Model) MoveCursor ¶
func (m *Model) MoveCursor(dir CursorMotion)
Click to show internal directories.
Click to hide internal directories.