Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { AlphaPanel *controller.FilePanelController BetaPanel *controller.FilePanelController BottomRow *controller.FxxController // contains filtered or unexported fields }
func NewApplication ¶
func NewApplication(tviewApp *tview.Application) (*Application, error)
func (*Application) Render ¶
func (app *Application) Render() error
Render flushes the state objects to the screen.
func (*Application) Renderers ¶
func (app *Application) Renderers() []controller.Renderer
func (*Application) ToggleActiveFilePanel ¶
func (app *Application) ToggleActiveFilePanel() (err error)
ToggleActiveFilePanel switches between the two file panels
Click to show internal directories.
Click to hide internal directories.