On this page
OptionScope
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Options.swift
- enum OptionScope : enum OptionScope
-
The exact tmux table that owns an option.
Session and window options have global and object-local tables. A local scope carries its target so direct and connected dispatch reach the same object, and the target's daemon identity is checked before the command runs.
8 declared, 0 inherited
Members
- globalSession constant
- globalWindow constant
- pane(_:) constant
- server constant
- session(_:) constant
- window(_:) constant
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- init(from:) method Creates a new instance by decoding from the given decoder.