pmacs/pmacs-gpu/src
Levi Neuwirth bd0815c240
docs(gui-1b): the reshape-tail mutation fires five rows, not three
The snapshot geometry row enumerated what dropping
`apply_panel_cursor_icon()` from `reshape`'s tail would fire: "this row,
the menu row, and the line-number row below." Two panel rows have since
joined them, so the list read as exhaustive while being short by two.

Executed the mutation at this tree: it fires the two snapshot rows, the
line-number row, and both panel rows. The doc block now says so, and
says the list is expected to grow --- one hook reached by more routes is
the design, not drift, and a fixed enumeration would go stale at every
new one.

Verified: 12 B5 rows green; fmt, workspace clippy --all-targets
-D warnings, and git diff --check clean.
2026-09-01 19:39:42 +02:00
..
attach.rs feat(panel): the wheel exemption, exhaustion, and mapped coalescing 2026-08-20 17:55:21 +02:00
main.rs docs(gui-1b): the reshape-tail mutation fires five rows, not three 2026-09-01 19:39:42 +02:00
math_layout.rs feat(math): caret-driven suppression, the draw pass, and the slice acceptance 2026-07-24 22:04:35 -04:00
math_parse.rs feat(math): caret-driven suppression, the draw pass, and the slice acceptance 2026-07-24 22:04:35 -04:00
terminal.rs feat(bottom-panel): paint and drive the GPU panel band 2026-07-29 18:40:46 -04:00