# SubscriptionChange.init(_:)

- **Module:** SubscriptionChange
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Watch.swift#L92
- **Page:** https://libtmux.org/en/swift/latest/reference/subscriptionchange-init(_-)/

```
SubscriptionChange.init(_:)(notification: ControlNotification)
```

Reads a `%subscription-changed` notification, or `nil` for any other.

The wire form is `name session window index pane [reserved...] : value`.
tmux documents everything between the pane id and a lone `:` as
reserved, so the `:` is what the value is found by rather than a field
count that a later release would change.
