# LibTmux.UnsafeTmuxFilter

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/UnsafeTmuxFilter.cs#L10
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-unsafetmuxfilter/

A tmux filter expression passed through without translation.

tmux evaluates the text itself, so nothing here is validated against the
closed field catalog. A malformed or unknown token makes tmux return no
rows rather than report an error, which reads as an empty result.
