# ControlNotification

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/ControlProtocol.swift#L107
- **Page:** https://libtmux.org/en/swift/latest/reference/controlnotification/

Something tmux said without being asked.

These arrive between replies rather than in response to anything, so a
caller waiting on a command still sees them and a caller that never reads
them makes tmux buffer.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `name` (property): The name without its `%`, so `%output` is `output`.
- `arguments` (property): Everything after the name, unsplit. A notification's arguments are not uniformly shaped — `%output` carries arbitrary pane bytes — so splitting them here would be guessing.
- `init(name:arguments:)` (method)
