libtmux::workspace::Workspace
-
Discussed in C++ workspace builder behavior , C++ workspace builder API
In other ports Describe a workspace as data
- Python tmuxp uses configuration dictionaries rather than a dedicated workspace value type
- Ruby
LibTmux::Workspace - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
config.Workspace - Rust
config.Workspace - Go
workspace.Workspace - Java
io.github.libtmux.workspace.Workspace.Workspace - .NET
LibTmux.Workspace.WorkspaceFile - Swift
Workspace
Members
- session_name : std::string
-
Discussed in JSON, NDJSON, and semantic color
- start_directory : std::string
- global_options : std::vector< std::pair< std::string, std::string > >
- options : std::vector< std::pair< std::string, std::string > >
- environment : std::vector< std::pair< std::string, std::string > >
- windows : std::vector< Window >