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:
@@ -69,6 +69,11 @@ type WindowCreatedEv struct {
|
||||
Win cdashdisplay.UIWindow
|
||||
}
|
||||
|
||||
type WindowMovedEv struct {
|
||||
ID int16
|
||||
Dims cdashdisplay.UIDimensions
|
||||
}
|
||||
|
||||
type WindowDestroyedEv struct {
|
||||
ID int16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user