On this page
SubscriptionChange
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Watch.swift
- struct SubscriptionChange : struct SubscriptionChange
-
One report that a subscribed format's value changed.
tmux sends the value it changed *to*, not what it changed from, and sends the current value once when the subscription is created. A watcher therefore learns the starting value without asking for it.
10 declared, 0 inherited
Members
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- init(_:) method Reads a
%subscription-changednotification, ornilfor any other. - init(from:) method Creates a new instance by decoding from the given decoder.
- init(name:sessionID:windowID:windowIndex:paneID:value:) method
- name property Which
FormatSubscriptionthis belongs to. - paneID property Absent when the subscription's scope is a session or a window.
- sessionID property
- value property What the format evaluates to now.
- windowID property Absent when the subscription's scope is a session.
- windowIndex property