On this page
FormatSubscription.Scope
- Declared in
- FormatSubscription
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Watch.swift
-
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.