removing the old test UI codes

This commit is contained in:
2026-01-12 20:03:32 +00:00
parent 3d52caeb04
commit e7bfc5c81f
21 changed files with 30 additions and 395 deletions
+10
View File
@@ -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)
}