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

LibTmux.TmuxBuffers.GetAsync

View as Markdown

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

Reads a 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.

In other ports Read a paste buffer's contents

0 declared, 0 inherited

Esc

Type to search.