mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-11 05:35:40 +01:00
refactor compact widgets into recursive gridbufferer
This commit is contained in:
@@ -37,7 +37,7 @@ func (c *Container) Expand() {
|
||||
|
||||
curWidgets = c.widgets
|
||||
c.widgets = widgets.NewExpanded(c.ShortID(), c.ShortName())
|
||||
c.widgets.Render()
|
||||
c.widgets.Render(0, 0)
|
||||
c.widgets = curWidgets
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user