Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.TmuxBuffers.SetAsync

View as Markdown

Module
LibTmux
Declared in
TmuxBuffers
Package
LibTmux
Source
src/LibTmux/Buffers/TmuxBuffers.cs
Other languages
PythonRubyLuaTypeScriptRustGo Java C++Swift
SetAsync ( data : string , name : string? , append : bool , cancellationToken : CancellationToken ) → Task
method [source]
method [source]
SetAsync

Puts text into a 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.

Returns

A task that completes once tmux has stored it.

Raises
In other ports Put text into a paste buffer

0 declared, 0 inherited

Esc

Type to search.