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

libtmux::ControlRequestResult

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
Package
libtmux-cxx
Source
include/libtmux/control.hpp
struct libtmux::ControlRequestResult
struct [source]
struct [source]
struct libtmux::ControlRequestResult

What one request produced: its reply blocks, and the connection error that ended the exchange if one did.

A connection error is separate from a failed block because they need different handling: a failed command leaves the connection usable.

2 declared, 0 inherited

Members

  • blocks attribute Every synchronous reply block tmux emitted for this request, in wire order.
  • connection_error attribute
Esc

Type to search.