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

libtmux::ConnectionOptions::pause_after

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

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.