Versions in this module Expand all Collapse all v0 v0.1.5 Jun 13, 2023 v0.1.4 Mar 13, 2023 Changes in this version + type Root struct + func New() *Root + func (r *Root) CurrentHeight() int + func (r *Root) CurrentView() bubbleviews.View + func (r *Root) CurrentWidth() int + func (r *Root) Init() tea.Cmd + func (r *Root) MaxHeight() int + func (r *Root) MaxWidth() int + func (r *Root) SetCurrentHeight(currentHeight int) + func (r *Root) SetCurrentView(view bubbleviews.View) tea.Cmd + func (r *Root) SetCurrentWidth(currentWidth int) + func (r *Root) SetMaxHeight(maxHeight int) + func (r *Root) SetMaxWidth(maxWidth int) + func (r *Root) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (r *Root) View() string