pub fn pane_terminal_resolve_splitter_target(
handles: &[PaneTerminalSplitterHandle],
x: u16,
y: u16,
) -> Option<PaneResizeTarget>Expand description
Resolve a semantic splitter target from a terminal cell position.
If multiple handles overlap, chooses deterministically by:
- smallest distance to the splitter boundary, then
- smaller split_id, then
- horizontal axis before vertical axis.