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

Go API

Go documentation

View as Markdown

Module
tmux
Declared in
Pane
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_process.go
Other languages
Python Ruby LuaTypeScriptRustJava.NETC++Swift
PasteBuffer ( ctx : context.Context , request : PasteBufferRequest ) → error
method [source]
method [source]
PasteBuffer

PasteBuffer pastes a named or top buffer into the receiver's exact linked pane. DeleteAfter requests deletion after tmux processes an existing buffer; an exited target or missing named buffer fails before deletion, while deletion after disabled pane input does not prove byte delivery.

NoVis requires tmux 3.7 and follows UnsupportedPolicy ; older versions already paste raw bytes. Only stderr produces a redacted CommandError ; nonzero exits without stderr are ignored. Accepted paste or deletion effects are not rolled back.

In other ports Paste a buffer into a pane

0 declared, 0 inherited

Esc

Type to search.