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

mcp.model.SelectWindowArgs

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.model.SelectWindowArgs
struct [source]
struct [source]
struct mcp.model.SelectWindowArgs

Arguments for moving focus between windows.

Members

window

window : String
attribute [source]
attribute [source]
window

The @-prefixed window to select, or to move relative to.

direction

direction : Option<String>
attribute [source]
attribute [source]
direction

Move relative to that window instead of selecting it.

next and previous step through the session in index order, and last returns to the previously active window. Omit to select the named window itself.

Esc

Type to search.