Got a bunch of stuff going on here

the main is thing is that I hammered one a way of showing data from an
ibt
This commit is contained in:
2026-02-20 21:51:57 +00:00
parent c071730337
commit 6a37d7e97c
10 changed files with 474 additions and 36 deletions
+5
View File
@@ -69,6 +69,11 @@ type WindowCreatedEv struct {
Win cdashdisplay.UIWindow
}
type WindowMovedEv struct {
ID int16
Dims cdashdisplay.UIDimensions
}
type WindowDestroyedEv struct {
ID int16
}