diff --git a/view/scrollable.go b/view/scrollable_widget.go similarity index 96% rename from view/scrollable.go rename to view/scrollable_widget.go index 38744344..0bf588ab 100644 --- a/view/scrollable.go +++ b/view/scrollable_widget.go @@ -27,6 +27,8 @@ func NewScrollableWidget(app *tview.Application, commonSettings *cfg.Common, foc return widget } +/* -------------------- Exported Functions -------------------- */ + func (widget *ScrollableWidget) SetRenderFunction(displayFunc func()) { widget.RenderFunction = displayFunc }