libtmux Reference MCP Search
On this page

LibTmux.SplitPaneRequest

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/SplitPaneRequest.cs
struct LibTmux.SplitPaneRequest
struct [source]
struct [source]
struct LibTmux.SplitPaneRequest

Describes one split-window invocation.

17 declared, 0 inherited

Members

  • SplitPaneRequest method Initializes a pane-split request.
  • ActiveBorderStyle property Gets the border style while the pane is active.
  • Attach property Gets whether the new pane becomes active.
  • Command property Gets the command the new pane runs.
  • Direction property Gets where the new pane goes.
  • Empty property Gets whether the pane starts with no command.
  • Environment property Gets the environment entries set on the new pane.
  • FullWindow property Gets whether the split spans the whole window.
  • InactiveBorderStyle property Gets the border style while the pane is not active.
  • KeepOpen property Gets whether the pane stays after its command exits.
  • Message property Gets the message shown in the pane.
  • Percentage property Gets the size as a percentage of the window.
  • Size property Gets the explicit size in cells.
  • StartDirectory property Gets the working directory for the new pane.
  • Style property Gets the pane style.
  • Target property Gets the pane to split, or null for the active one.
  • Zoom property Gets whether the new pane is zoomed.
Esc

Type to search.