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

mcp.views.WindowView

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.WindowView
struct [source]
struct [source]
struct mcp.views.WindowView

One window, as the protocol sees it.

Members

id

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

The @-prefixed tmux identity.

session_id

session_id : String
attribute [source]
attribute [source]
session_id

The session this window was reached through.

index

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

The window's index within that session.

name

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

The window name.

panes

panes : u32
attribute [source]
attribute [source]
panes

How many panes the window holds.

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.

Esc

Type to search.