Function new_pane

Source
pub async fn new_pane(
    reference_pane: &Pane,
    pane_command: Option<&str>,
    window_id: &WindowId,
) -> Result<PaneId>
Expand description

Create a new pane (horizontal split) in the window with window_id, and return the new pane id.