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

LibTmux.TmuxBuffers.DeleteAsync

View as Markdown

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

Forgets a buffer.

Parameters
  • name ( string? ) – The buffer to forget, or null for the most recent.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

A task that completes once tmux has forgotten it.

In other ports Delete a paste buffer

0 declared, 0 inherited

Esc

Type to search.