On this page
LibTmux.Server.GetBufferAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Buffers.cs
- GetBufferAsync ( name : string? , cancellationToken : CancellationToken ) Task<string>
-
Reads a paste buffer in full.
- Parameters
-
-
name ( string? ) – The buffer to read, or null for the most recent.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
Everything the buffer holds.
0 declared, 0 inherited