Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

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

API reference · Markdown

tmuxp.workspace.builder.ClassicWorkspaceBuilder.iter_create_windows ( self , session : Session , append : bool = False ) → Iterator[t.Any]
method [source]
method [source]
tmuxp.workspace.builder.ClassicWorkspaceBuilder.iter_create_windows

Return libtmux.Window iterating through session config dict.

Generator yielding libtmux.Window by iterating through session_config['windows'].

Applies window_options to window.

Parameters
  • session ( Session ) – session to create windows in

  • append ( bool ) – append windows in current active session

Returns

tuple of ( libtmux.Window , window_config) Newly created window, and the section from the tmuxp configuration that was used to create the window.

Esc

Type to search.