LibTmux.Pane.DisplayPopupAsync
.NET
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Display.cs
- Other languages
- Python Ruby Lua TypeScript Rust Go Java C++ Swift
- DisplayPopupAsync ( request : DisplayPopupRequest? , cancellationToken : CancellationToken ) Task
-
Shows a popup over the client viewing this pane.
tmux waits for the popup to close before answering, so a popup whose command never exits keeps this call waiting until it is canceled.
- Parameters
-
-
request ( DisplayPopupRequest? ) – What the popup shows.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Open a popup over the client showing a pane
- Python
libtmux.Pane.display_popup - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.displayPopup - Rust no equivalent on
Pane - Go
tmux.Pane.DisplayPopup - Java no equivalent on
Pane - C++ no equivalent on
Pane - Swift no equivalent on
Pane
0 declared, 0 inherited