# libtmux::ServerCapabilities

- **Module:** libtmux
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/capabilities.hpp#L112
- **Page:** https://libtmux.org/en/cxx/latest/reference/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.

## Members

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