# LibTmux.Internal.PsmuxDialect

- **Module:** LibTmux.Internal
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Connection/PsmuxDialect.cs#L9
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-psmuxdialect/

Speaks to the psmux preview, which serves one isolated session.

psmux answers a subset of tmux and does not preserve grouped-command
semantics, so a generation is guarded by best-effort preflight rather than
by one invocation. Everything the preview refuses is refused here.

## Members

- `PsmuxDialect` (method)
- `IsPsmux` (property)
- `DiscoverAsync` (method)
- `ExecuteSingleAsync` (method)
- `ExecuteGroupAsync` (method)
- `ExecuteGuardedAsync` (method)
- `AcceptBanner` (method)
- `AcceptEndpoint` (method)
