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

LibTmux.TmuxBuffers.LoadAsync

.NET

View as Markdown

Module
LibTmux
Declared in
TmuxBuffers
Package
LibTmux
Source
src/LibTmux/Buffers/TmuxBuffers.cs
Other languages
Python Ruby Lua TypeScript Rust Go Java C++Swift
LoadAsync ( path : string , name : string? , cancellationToken : CancellationToken ) → Task
method [source]
method [source]
LoadAsync

Puts a file's contents into a buffer.

Parameters
  • path ( string ) – The file to read.

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

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

A task that completes once tmux has read it.

Raises
In other ports Fill a paste buffer from a file

0 declared, 0 inherited

Esc

Type to search.