Function mpane_at

Source
pub fn mpane_at(
    mpanes: &[(String, String, Rect)],
    col: u16,
    row: u16,
) -> Option<(String, String)>
Expand description

(window id, pane id) of the mini-pane under the cursor (window mode).