On this page
LibTmux.Internal.ServerUtilities.ReadBuffers
- Module
- LibTmux.Internal
- Declared in
- ServerUtilities
- Package
- LibTmux
- Source
- src/LibTmux/Utilities/ServerUtilities.cs
- ReadBuffers ( lines : IReadOnlyList<string> ) IReadOnlyList<TmuxBuffer>
-
Reads the buffers
list-buffersprinted.tmux prints a buffer as its name, then its size in bytes, then a sample of its contents in quotes. The sample can hold anything, so only the two fields before it are read by position.
- Parameters
-
-
lines ( IReadOnlyList<string> ) – The output lines.
-
- Returns
-
One buffer per line tmux could be read from.
0 declared, 0 inherited