- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGoJava.NETSwift
- paste ( buffer : const Buffer & , consume : bool = false ) expected< void, CommandFailure >
-
Deliver a buffer's text to this pane, as if it had been typed.
The text arrives on the command line and is not run: a caller wanting it executed sends Enter afterwards, which is the same distinction
send_textdraws.consumeis tmux's-d, deleting the buffer once it has been pasted, which is what a caller treating it as a one-shot transfer wants.In other ports Paste a buffer into a pane
- Python
libtmux.Pane.paste_buffer - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:paste_buffer - TypeScript
pane.Pane.pasteBuffer - Rust
pane.Pane.paste_buffer - Go
tmux.Pane.PasteBuffer - Java
io.github.libtmux.Pane.Pane.pasteBuffer - .NET
LibTmux.Pane.PasteBufferAsync - Swift
Server.paste(buffer:into:)
- Python
0 declared, 0 inherited