Documentation ¶ Index ¶ type Model func New(cfg commit.Config, h int) Model func (m *Model) Blur() func (m *Model) Focus() func (m Model) Focused() bool func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (m Model) Value() string func (m Model) View() string type Styles Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { Height int Width int // contains filtered or unexported fields } func New ¶ func New(cfg commit.Config, h int) Model func (*Model) Blur ¶ func (m *Model) Blur() func (*Model) Focus ¶ func (m *Model) Focus() func (Model) Focused ¶ func (m Model) Focused() bool func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (Model) Value ¶ func (m Model) Value() string func (Model) View ¶ func (m Model) View() string type Styles ¶ type Styles struct { // contains filtered or unexported fields } Source Files ¶ View all Source files body.gostyle.go Click to show internal directories. Click to hide internal directories.