resize_session

Function resize_session 

Source
pub async fn resize_session(
    shell_session_id: &str,
    cols: u16,
    rows: u16,
) -> Result<()>
Expand description

Resize a PTY shell session to the given column and row dimensions.