WindowAppearance
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/Window.swift
- struct WindowAppearance : struct WindowAppearance
-
One window and one session-local appearance, read from the same tmux reply.
Both properties are snapshots from one instant.
Window/ididentifies the global window for its lifetime, whileWindowLink/ididentifies this appearance only until tmux removes or reindexes the link.
2 declared, 2 inherited
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.