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 { // 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 ace_jump bookmarks common autocompletion menu confirmation context custom_commands diff exec_process flash fuzzy_files fuzzy_input fuzzy_search git graph helppage leader operations abandon bookmark describe details duplicate evolog megamerge rebase revert squash oplog preview revisions revset status undo Click to show internal directories. Click to hide internal directories.