Skip to main content

create

Function create 

Source
pub fn create(name: &str, command: Option<&str>) -> Result<(), WindowError>
Expand description

Create a new tmux window.

ยงErrors

Returns an error if the window cannot be created.