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

mcp.views.Marks

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

API reference · Markdown

enum mcp.views.Marks
enum [source]
enum [source]
enum mcp.views.Marks

Whether tmux knew where the last command's output began.

Reported rather than inferred: an answer that fell back to the whole screen looks exactly like a command that printed a great deal.

Members

Present

Present
constant [source]
constant [source]
Present

The prompt marks were there, so the text is one command's output.

Absent

Absent
constant [source]
constant [source]
Absent

tmux has the marks but this pane has none, because its shell does not emit OSC 133. fish does; bash and zsh need shell integration. The visible screen came back instead -- not the history, which would answer a request for one command with everything the pane ever wrote.

Unsupported

Unsupported
constant [source]
constant [source]
Unsupported

This tmux predates capture-pane -F, which arrived in 3.7. The visible screen came back instead.

NotAsked

NotAsked
constant [source]
constant [source]
NotAsked

The caller did not ask for the last command, so nothing was looked up.

Esc

Type to search.