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

libtmux::workspace::Window

C++
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++
  • Swift Unavailable

API reference · Markdown

struct libtmux::workspace::Window
struct [source]
struct [source]
struct libtmux::workspace::Window

Discussed in C++ workspace builder API

Members

name

name : std::string
attribute [source]
attribute [source]
name

layout

layout : std::string
attribute [source]
attribute [source]
layout

start_directory

start_directory : std::string
attribute [source]
attribute [source]
start_directory

options

options : std::vector< std::pair< std::string, std::string > >
attribute [source]
attribute [source]
options

options_after

options_after : std::vector< std::pair< std::string, std::string > >
attribute [source]
attribute [source]
options_after

Discussed in tmuxp freeze , C++ workspace builder behavior , tmuxp compatibility and port status

shell

shell : std::string
attribute [source]
attribute [source]
shell

focus

focus : bool
attribute [source]
attribute [source]
focus

environment

environment : std::vector< std::pair< std::string, std::string > >
attribute [source]
attribute [source]
environment

index

index : std::optional< long long >
attribute [source]
attribute [source]
index

panes

panes : std::vector< Pane >
attribute [source]
attribute [source]
panes
Esc

Type to search.