LibTmux.TmuxBuffer
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Utilities/TmuxBuffer.cs
-
One tmux paste buffer.
tmux lists a buffer's size and the start of its contents, not the whole thing. Reading a buffer in full is a separate command, so what is listed is enough to choose between buffers rather than to use one.
4 declared, 0 inherited
Members
- Name property Gets the buffer name.
- Sample property Gets the start of its contents, as tmux chose to show it.
- Size property Gets how many bytes it holds.
- TmuxBuffer method Initializes one buffer.