tmuxp.workspace.builder.ClassicWorkspaceBuilder.iter_create_windows
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Return
libtmux.Windowiterating through session config dict.Generator yielding
libtmux.Windowby iterating throughsession_config['windows'].Applies
window_optionsto window.- Parameters
- Returns
-
tuple of (
libtmux.Window,window_config) Newly created window, and the section from the tmuxp configuration that was used to create the window.