# TmuxBuffer

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

One of the server's paste buffers.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `id` (property): A buffer is addressed by name, so that is its identity.
- `name` (property): tmux's name for the buffer — `buffer0` unless one was chosen.
- `size` (property): How many bytes it holds. Listed rather than the contents, because a listing of every buffer would otherwise carry every paste ever made.
- `init(name:size:)` (method)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
