libtmux Reference MCP Search
On this page

LibTmux.NewPaneRequest.NewPaneRequest

View as Markdown

Module
LibTmux
Declared in
NewPaneRequest
Package
LibTmux
Source
src/LibTmux/Requests/NewPaneRequest.cs
NewPaneRequest
( 16 parameters ) ( target : string? , startDirectory : string? , attach : bool , command : string? , environment : IReadOnlyDictionary<string, string>? , width : int? , height : int? , x : int? , y : int? , zoom : bool , empty : bool , style : string? , activeBorderStyle : string? , inactiveBorderStyle : string? , message : string? , keepOpen : bool )
method [source]
method [source]
NewPaneRequest

Initializes a pane-creation request.

Parameters
  • target ( string? ) – The window or pane to place against.

  • startDirectory ( string? ) – The working directory for the new pane.

  • attach ( bool ) – Whether the new pane becomes active.

  • command ( string? ) – The command the new pane runs.

  • environment ( IReadOnlyDictionary<string, string>? ) – Environment entries set on the new pane.

  • width ( int? ) – The pane width in cells.

  • height ( int? ) – The pane height in cells.

  • x ( int? ) – The column to place the pane at.

  • y ( int? ) – The row to place the pane at.

  • zoom ( bool ) – Whether the new pane is zoomed.

  • empty ( bool ) – Whether the pane starts with no command.

  • style ( string? ) – The pane style.

  • activeBorderStyle ( string? ) – The border style while the pane is active.

  • inactiveBorderStyle ( string? ) – The border style while it is not.

  • message ( string? ) – A message shown in the pane.

  • keepOpen ( bool ) – Whether the pane stays after its command exits.

Raises

0 declared, 0 inherited

Esc

Type to search.