pub fn pane_terminal_splitter_handles(
tree: &PaneTree,
layout: &PaneLayout,
hit_thickness: u16,
) -> Vec<PaneTerminalSplitterHandle>Expand description
Build deterministic splitter handle regions for terminal hit-testing.
Handles are emitted in split-id order and are clamped to the split rect.