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

mcp.views.SessionView

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

One session, as the protocol sees it.

Members

id

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

The $-prefixed tmux identity.

name

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

The session name, absent when tmux reported none.

windows

windows : u32
attribute [source]
attribute [source]
windows

How many windows the session holds.

attached

attached : bool
attribute [source]
attribute [source]
attached

Whether any client is attached.

Esc

Type to search.