Welp, technically better?

This commit is contained in:
2026-02-23 23:21:17 +00:00
parent f34cbfd23b
commit f40894577d
3 changed files with 13 additions and 6 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ type PrintLogEv struct {
Log string
}
type RedrawEv struct{}
type RedrawEv struct {
Fn func()
}
type ChangeFocusEv struct {
Target tview.Primitive