mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Cleaner code around widget creation in wtf.go
This commit is contained in:
committed by
Chris Cummer
parent
31e17da358
commit
8e3287ba5c
@@ -4,10 +4,12 @@ import (
|
||||
"github.com/rivo/tview"
|
||||
)
|
||||
|
||||
// TODO: I really need to come up with a better name for this now
|
||||
type TextViewer interface {
|
||||
Enabler
|
||||
Scheduler
|
||||
|
||||
Refresh()
|
||||
//Refresh()
|
||||
TextView() *tview.TextView
|
||||
|
||||
Top() int
|
||||
|
||||
Reference in New Issue
Block a user