mcp.views.Marks
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
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
-
The prompt marks were there, so the text is one command's output.
-
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.
-
This tmux predates
capture-pane -F, which arrived in 3.7. The visible screen came back instead.
-
The caller did not ask for the last command, so nothing was looked up.