On this page
LibTmux.NewPaneRequest.NewPaneRequest
- Module
- LibTmux
- Declared in
- NewPaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/NewPaneRequest.cs
-
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
-
-
ArgumentOutOfRangeException – A supplied width or height is not positive, or a position is negative.
-
0 declared, 0 inherited