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

LibTmux.Mcp.SessionInfo

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

API reference · Markdown

struct LibTmux.Mcp.SessionInfo
struct [source]
struct [source]
struct LibTmux.Mcp.SessionInfo

What a session is.

There is no session size. tmux removed the session_width and session_height formats in 2.9, so on every supported version those fields could only ever answer null.

Members

From

From ( session : Session , attached : bool? ) → SessionInfo
methodstatic [source]
methodstatic [source]
From

Describes a session the library has already materialized.

Parameters
  • session ( Session ) – The session to describe.

  • attached ( bool? ) – Whether a client other than this server's own observers is attached, or null to trust the session's own captured field as-is.

Returns

The description.

Esc

Type to search.