Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

control.Event.Output

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.