Follow the instructions for creating a new module:
WTF_WIDGET_NAME=yy go run generator/textwidget.go
(edit the app/widgetmaker.go file)
make
modules/yy/widget.go:18:51: not enough arguments in call to view.NewTextWidget
have (*tview.Application, *tview.Pages, *cfg.Common)
want (*tview.Application, chan bool, *tview.Pages, *cfg.Common)
What's broken?
Follow the instructions for creating a new module:
PR https://github.com/wtfutil/wtf/pull/1431 includes an update for
textwidget.tpl
to add the missing parameter.