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

mcp.views.BranchWindow

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

API reference · Markdown

struct mcp.views.BranchWindow
struct [source]
struct [source]
struct mcp.views.BranchWindow

One window inside a described session.

Members

id

id : String
attribute [source]
attribute [source]
id

The @-prefixed tmux identity.

index

index : i32
attribute [source]
attribute [source]
index

The window's index within its session.

name

name : String
attribute [source]
attribute [source]
name

The window name.

active

active : bool
attribute [source]
attribute [source]
active

Whether this is the session's active window.

linked

linked : bool
attribute [source]
attribute [source]
linked

Whether more than one session links this window.

panes

panes : Vec<BranchPane>
attribute [source]
attribute [source]
panes

The panes it holds.

Esc

Type to search.