libtmux Reference MCP Search
On this page

libtmux::ConnectionOptions::pause_after

View as Markdown

Module
libtmux
Declared in
ConnectionOptions
Package
libtmux-cxx
Source
include/libtmux/control.hpp
pause_after : std::optional< std::chrono::seconds >
attribute [source]
attribute [source]
pause_after

Discard a pane's queued output once it is this far behind, and say so with pause.

A data-loss policy rather than backpressure, and unset is a policy too: tmux then buffers until a queued block is five minutes old and closes the connection with too far behind. Set this and a slow reader survives having lost output; leave it and a slow enough reader loses the connection. Only meaningful with pane_output .

pause is the sole report that anything was dropped, and it names the pane. A caller that sets this and ignores notifications has chosen to lose output silently.

0 declared, 0 inherited

Esc

Type to search.