LibTmux.PasteBufferRequest.ToCommand
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- PasteBufferRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/PasteBufferRequest.cs
- ToCommand ( pane : Pane ) TmuxCommand
-
Returns a paste request as one tmux command.
Pasting raw bytes arrived in tmux 3.7, so the pane decides whether the built command carries that flag.
- Parameters
-
-
pane ( Pane ) – The pane being pasted into.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
paneis null.
-
0 declared, 0 inherited