diff --git a/container/container.go b/container/container.go index e6ce8b2..a7a42bd 100644 --- a/container/container.go +++ b/container/container.go @@ -255,6 +255,8 @@ func (c *Container) mouseToWidget(m *terminalapi.Mouse, scope widgetapi.MouseSco // Subscribe tells the container to subscribe itself and widgets to the // provided event distribution system. +// This method is private to termdash, stability isn't guaranteed and changes +// won't be backward compatible. func (c *Container) Subscribe(eds *event.DistributionSystem) { c.mu.Lock() defer c.mu.Unlock()