Welp, technically better?
This commit is contained in:
@@ -21,7 +21,9 @@ type PrintLogEv struct {
|
||||
Log string
|
||||
}
|
||||
|
||||
type RedrawEv struct{}
|
||||
type RedrawEv struct {
|
||||
Fn func()
|
||||
}
|
||||
|
||||
type ChangeFocusEv struct {
|
||||
Target tview.Primitive
|
||||
|
||||
Reference in New Issue
Block a user