libtmux Reference MCP Search
On this page

FormatSubscription.Scope

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.

6 declared, 0 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.
  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
Esc

Type to search.