OptionScope
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- 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.
6 declared, 2 inherited
Members
- globalSession constant
- globalWindow constant
- pane(_:) constant
- server constant
- session(_:) constant
- window(_:) constant
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.