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

mcp.views.Matches

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

Where a pattern was found.

Members

matches

matches : Vec<MatchView>
attribute [source]
attribute [source]
matches

Every matching line, in the order the panes were read.

panes_searched

panes_searched : usize
attribute [source]
attribute [source]
panes_searched

How many panes were read to answer this.

capped

capped : bool
attribute [source]
attribute [source]
capped

Whether the match ceiling was reached, so there may be more.

Esc

Type to search.