# control.Event.Output

- **Module:** control.Event
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/control.rs#L97
- **Page:** https://libtmux.org/en/rs/latest/reference/control-event-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.
