pub fn create(name: &str, command: Option<&str>) -> Result<(), WindowError>
Create a new tmux window.
Returns an error if the window cannot be created.