LibTmux.CapturePaneRequest.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
- CapturePaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/CapturePaneRequest.cs
- ToCommand ( pane : Pane ) TmuxCommand
-
Returns a capture request as one tmux command.
Several capture flags arrived after tmux 3.2a, and the pane is what knows which tmux is answering, so the command it builds carries only the flags that server accepts.
- Parameters
-
-
pane ( Pane ) – The pane being captured.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
paneis null.
-
0 declared, 0 inherited