Documentation ¶ Index ¶ func New(c *context.MainContext) tea.Model type Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(c *context.MainContext) tea.Model Types ¶ type Model ¶ type Model struct { *common.Sizeable // contains filtered or unexported fields } func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files ui.go Directories ¶ Show internal Expand all Path Synopsis bookmarks common autocompletion list menu confirmation context custom_commands diff exec_process flash fuzzy_files fuzzy_input fuzzy_search git graph helppage leader operations abandon ace_jump bookmark describe details duplicate evolog rebase revert set_parents squash oplog preview redo revisions revset status undo Click to show internal directories. Click to hide internal directories.