Documentation ¶ Index ¶ type MainModel func NewModel(acc domain.Account, width int, height int) MainModel func (m MainModel) Init() tea.Cmd func (m MainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m MainModel) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MainModel ¶ type MainModel struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel(acc domain.Account, width int, height int) MainModel func (MainModel) Init ¶ func (m MainModel) Init() tea.Cmd func (MainModel) Update ¶ func (m MainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (MainModel) View ¶ func (m MainModel) View() string Source Files ¶ View all Source files supertui.go Directories ¶ Show internal Expand all Path Synopsis accountsettings admin common createuser followers following followuser globalposts header hometimeline localusers myposts notifications profileview relay search terms threadview writenote Click to show internal directories. Click to hide internal directories.