Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

ControlNotification

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/ControlProtocol.swift
struct ControlNotification : struct ControlNotification
struct [source]
struct [source]
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 — %output carries arbitrary pane bytes — so splitting them here would be guessing.
  • init(name:arguments:) method
  • name property The name without its %, so %output is output.

Inherited members

Reached through Equatable.!=(_:_:).

  • !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
Esc

Type to search.