On this page
TmuxBuffer
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Buffers.swift
- struct TmuxBuffer : struct TmuxBuffer
-
One of the server's paste buffers.
6 declared, 0 inherited
Members
- !=(_:_:) 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.
- init(name:size:) method
- id property A buffer is addressed by name, so that is its identity.
- name property tmux's name for the buffer —
buffer0unless 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.