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

libtmux::ServerCapabilities

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/capabilities.hpp
struct libtmux::ServerCapabilities
struct [source]
struct [source]
struct libtmux::ServerCapabilities

What this server is known to support, decided without asking it.

Every query here is local: the implementation and backend were established once, and answering from them costs no process and cannot fail.

4 declared, 0 inherited

Members

  • backend attribute
  • implementation attribute
  • refuses method Whether this implementation is known to get the feature wrong, which is the opposite question from supports rather than its negation.
  • supports method Purely local: this never launches tmux or touches a server.
Esc

Type to search.