On this page
LibTmux.TmuxBuffer
- 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
- TmuxBuffer method Initializes one buffer.
- 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.