On this page
LibTmux.DisplayPopupRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/DisplayPopupRequest.cs
-
Describes one
display-popupinvocation.A popup needs an attached client and blocks the invoking command until it closes, so a caller with no client, or with a command that never exits, will wait. Cancel the call rather than expecting it to return.
18 declared, 0 inherited
Members
- DisplayPopupRequest method Initializes a popup request.
- BorderLines property Gets the border line style.
- BorderStyle property Gets the popup border style.
- CloseExisting property Gets whether an open popup is closed instead.
- CloseMode property Gets when the popup closes on its own.
- CloseOnAnyKey property Gets whether any key closes the popup.
- Command property Gets the command the popup runs.
- Environment property Gets the environment entries set on the command.
- Height property Gets the popup height.
- NoBorder property Gets whether the popup has no border.
- NoKeys property Gets whether the popup ignores keys.
- StartDirectory property Gets the working directory for the command.
- Style property Gets the popup style.
- TargetClient property Gets the client to show the popup on.
- Title property Gets the popup title.
- Width property Gets the popup width.
- X property Gets the column to place the popup at.
- Y property Gets the row to place the popup at.