menu

package
v2.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Menu struct {
	Width   int
	Height  int
	Options map[enums.Page]string
	List    *MenuList
}

func NewMenu

func NewMenu(w int, h int) *Menu
func (m *Menu) Init() tea.Cmd
func (m *Menu) Update(msg tea.Msg) (tea.Model, tea.Cmd)
func (m *Menu) View() string
type MenuList struct {
	Width      int
	Height     int
	Options    map[enums.Page]string
	Selections []enums.Page
	Selected   int
}

func NewMenuList

func NewMenuList(w int, h int, opts map[enums.Page]string) *MenuList
func (m *MenuList) GetText() string
func (m *MenuList) Init() tea.Cmd
func (m *MenuList) Update(msg tea.Msg) (tea.Model, tea.Cmd)
func (m *MenuList) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL