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

FormatSubscription.Scope

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

View as Markdown

Declared in
FormatSubscription
Package
libtmux-swift
Source
Sources/LibTmux/Watch.swift
enum FormatSubscription.Scope : enum Scope
enum [source]
enum [source]
enum FormatSubscription.Scope

What tmux evaluates the format against.

5 declared, 1 inherited

Members

  • allPanes constant Every pane in the attached session, including ones opened later.
  • allWindows constant Every window in the attached session, including ones opened later.
  • attachedSession constant The session the connection attached to.
  • pane(_:) constant One pane, by id.
  • window(_:) constant One window, by id.

Inherited members

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

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

Type to search.