On this page
control.Event.Output
- Module
- control
- Declared in
- Event
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
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 above0x7farrives literally and the line as a whole is not necessarily UTF-8. That is why this is bytes.
0 declared, 0 inherited