TmuxBuffer
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/Buffers.swift
- struct TmuxBuffer : struct TmuxBuffer
-
One of the server's paste buffers.
4 declared, 2 inherited
Members
- id property A buffer is addressed by name, so that is its identity.
- init(name:size:) method
- 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.
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.