ControlNotification
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/ControlProtocol.swift
- struct ControlNotification : struct 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.
3 declared, 1 inherited
Members
- arguments property Everything after the name, unsplit. A notification's arguments are not uniformly shaped —
%outputcarries arbitrary pane bytes — so splitting them here would be guessing. - init(name:arguments:) method
- name property The name without its
%, so%outputisoutput.
Inherited members
Reached through Equatable.!=(_:_:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.