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

libtmux_mcp.models.WindowInfo

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

API reference · Markdown

class libtmux_mcp.models.WindowInfo
class [source]
class [source]
class libtmux_mcp.models.WindowInfo
Bases:
  • BaseModel

Serialized tmux window.

Members

window_id

window_id : str = Field(description="Window ID (e.g. '@1')")
attribute [source]
attribute [source]
window_id

window_name

window_name : str | None = Field(default=None, description="Window name")
attribute [source]
attribute [source]
window_name

window_index

window_index : str | None = Field(default=None, description="Window index")
attribute [source]
attribute [source]
window_index

session_id

session_id : str | None = Field(default=None, description="Parent session ID")
attribute [source]
attribute [source]
session_id

session_name

session_name : str | None = Field(default=None, description="Parent session name")
attribute [source]
attribute [source]
session_name

pane_count

pane_count : int = Field(description="Number of panes")
attribute [source]
attribute [source]
pane_count

window_layout

window_layout : str | None = Field(default=None, description="Layout string")
attribute [source]
attribute [source]
window_layout

window_active

window_active : str | None = Field( default=None, description="Active flag ('1' or '0')" )
attribute [source]
attribute [source]
window_active

window_width

window_width : str | None = Field(default=None, description="Width in columns")
attribute [source]
attribute [source]
window_width

window_height

window_height : str | None = Field(default=None, description="Height in rows")
attribute [source]
attribute [source]
window_height

active_pane_id

active_pane_id : str | None = Field( default=None, description="Pane id (``%N``) of the window's active pane.", )
attribute [source]
attribute [source]
active_pane_id
Esc

Type to search.