removing the old test UI codes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Package ui
|
||||
package ui
|
||||
|
||||
import "github.com/rivo/tview"
|
||||
|
||||
type UIContext struct {
|
||||
Redraw func()
|
||||
Log func(formatter string, args ...any)
|
||||
ChangeFocus func(p tview.Primitive)
|
||||
}
|
||||
Reference in New Issue
Block a user