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

mcp.model.SearchPanesArgs

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

Arguments for searching what panes are showing.

Members

pattern

pattern : String
attribute [source]
attribute [source]
pattern

The text to look for.

regex

regex : bool
attribute [source]
attribute [source]
regex

Read the pattern as a regular expression rather than literal text.

match_case

match_case : bool
attribute [source]
attribute [source]
match_case

Match case. Off by default.

history

history : bool
attribute [source]
attribute [source]
history

Search scrollback as well as the visible screen.

session

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

Only search panes in this session, by $-prefixed id or name. Omit for every session.

window

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

Only search panes in this window, by @-prefixed id. Omit for every window.

Esc

Type to search.