# libtmux::ServerCapabilities::refuses

- **Module:** libtmux::ServerCapabilities
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/capabilities.hpp#L139
- **Page:** https://libtmux.org/reference/cxx/libtmux-servercapabilities-refuses/

```
libtmux::ServerCapabilities::refuses(feature: ServerFeature) -> bool
```

Whether this implementation is known to get the feature wrong, which is the opposite question from `supports` rather than its negation.

Both answer no for a backend nobody recognises: a caller asking what it may rely on must not be promised anything, and a custom executor running real tmux must not be refused for being unfamiliar.
