LibTmux.DisplayPopupRequest.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
- DisplayPopupRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/DisplayPopupRequest.cs
- ToCommand ( pane : Pane ) TmuxCommand
-
Returns a popup request as one tmux command.
Popup options arrived in tmux 3.3 and the key policy in 3.6, so the pane decides which of them the built command carries.
- Parameters
-
-
pane ( Pane ) – The pane the popup belongs to.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
paneis null.
-
0 declared, 0 inherited