On this page
LibTmux.Pane.DisplayPopupAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Display.cs
- 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.
-
0 declared, 0 inherited