# WindowAppearance

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Window.swift#L61
- **Page:** https://libtmux.org/en/swift/latest/reference/windowappearance/

One window and one session-local appearance, read from the same tmux reply.

Both properties are snapshots from one instant. ``Window/id`` identifies
the global window for its lifetime, while ``WindowLink/id`` identifies this
appearance only until tmux removes or reindexes the link.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `window` (property)
- `link` (property)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
