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

mcp.views.Since

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

What a pane wrote since a cursor.

Discussed in tmux field catalog

Members

pane

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

The pane that was read.

text

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

The text, with escape sequences removed.

After the first answer this is the raw output stream, not the rendered screen: a line redrawn in place repeats. capture_pane shows the screen.

cursor

cursor : String
attribute [source]
attribute [source]
cursor

The cursor to pass back next time.

missed

missed : bool
attribute [source]
attribute [source]
missed

Whether output between the previous cursor and this text was lost.

closed

closed : bool
attribute [source]
attribute [source]
closed

Whether the pane has stopped writing for good.

first

first : bool
attribute [source]
attribute [source]
first

Whether this is the first answer, which reports the visible screen rather than what is new.

Esc

Type to search.