libtmux Reference MCP Search
On this page

LibTmux.PasteBufferRequest.PasteBufferRequest

View as Markdown

Module
LibTmux
Declared in
PasteBufferRequest
Package
LibTmux
Source
src/LibTmux/Requests/PasteBufferRequest.cs
PasteBufferRequest ( name : string? , deleteAfter : bool , useLineFeedSeparator : bool , bracketed : bool , separator : string? , rawBytes : bool )
method [source]
method [source]
PasteBufferRequest

Initializes a buffer-paste request.

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

  • deleteAfter ( bool ) – Whether the buffer is deleted once pasted.

  • useLineFeedSeparator ( bool ) – Whether line feeds separate the lines.

  • bracketed ( bool ) – Whether the paste is bracketed.

  • separator ( string? ) – A separator used between lines.

  • rawBytes ( bool ) – Whether the bytes are pasted without translation.

0 declared, 0 inherited

Esc

Type to search.