| 335 | spinner: sp, |
| 336 | connected: true, // optimistic until the first ping proves otherwise |
| 337 | // width/height left at 0; View() returns "" until the first |
| 338 | // WindowSizeMsg, so we don't flash an 80×24 frame then resize. |
| 339 | streaming: new(strings.Builder), |
| 340 | scroll: new(strings.Builder), |
nothing calls this directly
no outgoing calls
no test coverage detected