libtmux Reference MCP Search
On this page

LibTmux.DisplayPopupRequest.DisplayPopupRequest

View as Markdown

Module
LibTmux
Declared in
DisplayPopupRequest
Package
LibTmux
Source
src/LibTmux/Requests/DisplayPopupRequest.cs
DisplayPopupRequest
( 17 parameters ) ( command : string? , closeMode : PopupCloseMode? , closeExisting : bool , targetClient : string? , width : string? , height : string? , x : string? , y : string? , startDirectory : string? , title : string? , borderLines : string? , style : string? , borderStyle : string? , environment : IReadOnlyDictionary<string, string>? , noBorder : bool , closeOnAnyKey : bool , noKeys : bool )
method [source]
method [source]
DisplayPopupRequest

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

Esc

Type to search.