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

mcp.exec.WaitOutcome.PresentAtEntry

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

mcp.exec.WaitOutcome.PresentAtEntry
constant [source]
constant [source]
mcp.exec.WaitOutcome.PresentAtEntry

A wanted pattern was already in the pane's output before this began watching, on a row above the one still being typed into, and is not a line this server itself submitted moments earlier.

A wait only sees what a pane writes after it starts, so this is never folded into Self::Matched : the same pattern printed moments earlier -- an earlier command's own output, say -- can already be sitting there, and a caller that treated that as a fresh match would act on something that happened before this call, not because of it. A line this server typed and submitted with send_keys is discounted rather than reported here or as Self::Matched , for a short time after it was submitted.

Esc

Type to search.