libtmux Reference MCP Search
On this page

LibTmux.Server.GetBufferAsync

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Buffers.cs
GetBufferAsync ( name : string? , cancellationToken : CancellationToken ) Task<string>
methodasync [source]
methodasync [source]
GetBufferAsync

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

Esc

Type to search.