libtmux Reference MCP Search
On this page

control.Event.Output

View as Markdown

Module
control
Declared in
Event
Package
libtmux
Source
crates/libtmux/src/control.rs
Output
constant [source]
constant [source]
Output

A pane produced output.

The bytes are exactly what the pane wrote. tmux escapes only what would break the line protocol -- bytes below 0x20, and backslash -- so everything above 0x7f arrives literally and the line as a whole is not necessarily UTF-8. That is why this is bytes.

0 declared, 0 inherited

Esc

Type to search.