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

mcp.exec.WaitView

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.exec.WaitView
struct [source]
struct [source]
struct mcp.exec.WaitView

What a pane said while it was watched for a pattern.

Members

pane

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

The pane that was watched.

outcome

outcome : WaitOutcome
attribute [source]
attribute [source]
outcome

How the wait finished.

matched_index

matched_index : Option<usize>
attribute [source]
attribute [source]
matched_index

Which pattern matched, indexed into the list it came from.

matched_pattern

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

The pattern that matched, as it was given.

text

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

What the pane wrote, with escape sequences removed.

This is the raw output stream, not the rendered screen: a line redrawn in place, such as a line editor's echo, repeats. capture_pane shows the screen.

bytes

bytes : usize
attribute [source]
attribute [source]
bytes

How many bytes arrived, before filtering or truncation.

Esc

Type to search.