On this page
LibTmux.Server.LoadBufferAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Buffers.cs
- LoadBufferAsync ( path : string , name : string? , cancellationToken : CancellationToken ) Task
-
Puts a file's contents into a paste 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.
-
0 declared, 0 inherited