Documentation ¶
Index ¶
- type Model
- func (m *Model) CursorDown()
- func (m *Model) CursorUp()
- func (m *Model) Init() tea.Cmd
- func (m *Model) SetContent(content string, language string)
- func (m *Model) SetSize(width int, height int)
- func (m *Model) SetSyntaxTheme(theme string)
- 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 Model ¶
func (*Model) CursorDown ¶
func (m *Model) CursorDown()
func (*Model) SetContent ¶
SetContent sets content
func (*Model) SetSyntaxTheme ¶
SetSyntaxTheme sets the syntax theme
Click to show internal directories.
Click to hide internal directories.