Resize updates layout for new terminal dimensions.
(width, height int)
| 50 | // HelpBindings returns section-specific help bindings for rowContent. |
| 51 | HelpBindings() []helpBinding |
| 52 | |
| 53 | // SubnavItems returns the subnav state for header rendering. |
| 54 | SubnavItems() (items []navItem, selected int, label string, centered bool) |
| 55 |
no outgoing calls