# libtmux::ConnectionOptions::pane_output

- **Module:** libtmux::ConnectionOptions
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/control.hpp#L130
- **Page:** https://libtmux.org/reference/cxx/libtmux-connectionoptions-pane_output/

Deliver `output` for every pane, as notifications.

Off, so tmux is not asked to buffer pane output for a caller who never reads it. It is fixed at connect time because tmux fixes it: a connection started without output cannot be made to listen later, so this cannot be a subscription. See `docs/design/pane-output-streaming.md`.
