Function tmux_lib::pane::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.