libtmux Reference MCP Search
On this page

LibTmux.Server.SetBufferAsync

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Buffers.cs
SetBufferAsync ( data : string , name : string? , append : bool , cancellationToken : CancellationToken ) Task
method [source]
method [source]
SetBufferAsync

Puts text into a paste buffer.

Parameters
  • data ( string ) – The text to store.

  • name ( string? ) – The buffer name, or null for a new one.

  • append ( bool ) – Whether the text joins what is already there.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

0 declared, 0 inherited

Esc

Type to search.