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

mcp.views.MatchView

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

One line of one pane that matched a search.

Members

pane

pane : String
attribute [source]
attribute [source]
pane

The pane the line was found in.

window_id

window_id : String
attribute [source]
attribute [source]
window_id

The window that pane belongs to.

line

line : usize
attribute [source]
attribute [source]
line

Which line of the capture matched, counting from the top.

text

text : String
attribute [source]
attribute [source]
text

The line itself.

Esc

Type to search.