Documentation ¶ Index ¶ type KeyHelp type Model func InitialModel() Model func (m Model) GenHelpKey(keys []KeyHelp) string func (m Model) SetWH(width int, height int) Model func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type KeyHelp ¶ type KeyHelp struct { Key string Help string } type Model ¶ type Model struct { Width int Height int // contains filtered or unexported fields } func InitialModel ¶ func InitialModel() Model func (Model) GenHelpKey ¶ func (m Model) GenHelpKey(keys []KeyHelp) string func (Model) SetWH ¶ func (m Model) SetWH(width int, height int) Model func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files helpview.go Click to show internal directories. Click to hide internal directories.