Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Widget ¶
type Widget struct { view.TextWidget // contains filtered or unexported fields }
Widget contains the data for this widget
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, settings *Settings) *Widget
NewWidget creates a new instance of the widget
func (*Widget) Refresh ¶
func (widget *Widget) Refresh()
Refresh signals the runCommandLoop to continue, or triggers a re-draw if the command is still running.
Click to show internal directories.
Click to hide internal directories.