After the v2.7.2 windowing unification, a body overflowing a 1-row viewport could render just the `▲/▼ more` marker and no content; the pane cursor could also be overwritten by an edge marker at a scrolled boundary.
Fix: viewports shorter than three rows show content (centred on the selection) with no markers; `Pane.window` routes through the shared `Window` so the cursor is never overwritten. Caught by the Copilot review on #10.
Shipped in #11 — released in v2.7.3.
After the v2.7.2 windowing unification, a body overflowing a 1-row viewport could render just the `▲/▼ more` marker and no content; the pane cursor could also be overwritten by an edge marker at a scrolled boundary.
Fix: viewports shorter than three rows show content (centred on the selection) with no markers; `Pane.window` routes through the shared `Window` so the cursor is never overwritten. Caught by the Copilot review on #10.
Shipped in #11 — released in v2.7.3.