On this page
LibTmux.Server.SetBufferAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Buffers.cs
- SetBufferAsync ( data : string , name : string? , append : bool , cancellationToken : CancellationToken ) Task
-
Puts text into a paste 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.
-
0 declared, 0 inherited