# control.Event.Output

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