On this page
LibTmux.DisplayPopupRequest.DisplayPopupRequest
- Module
- LibTmux
- Declared in
- DisplayPopupRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/DisplayPopupRequest.cs
-
Initializes a popup request.
- Parameters
-
-
command ( string? ) – The command the popup runs.
-
closeMode ( PopupCloseMode? ) – When the popup closes on its own.
-
closeExisting ( bool ) – Whether an open popup is closed instead.
-
targetClient ( string? ) – The client to show the popup on.
-
width ( string? ) – The popup width.
-
height ( string? ) – The popup height.
-
x ( string? ) – The column to place the popup at.
-
y ( string? ) – The row to place the popup at.
-
startDirectory ( string? ) – The working directory for the command.
-
title ( string? ) – The popup title.
-
borderLines ( string? ) – The border line style.
-
style ( string? ) – The popup style.
-
borderStyle ( string? ) – The popup border style.
-
environment ( IReadOnlyDictionary<string, string>? ) – Environment entries set on the command.
-
noBorder ( bool ) – Whether the popup has no border.
-
closeOnAnyKey ( bool ) – Whether any key closes the popup.
-
noKeys ( bool ) – Whether the popup ignores keys.
-
0 declared, 0 inherited