libtmux Reference MCP Search
On this page

LibTmux.NewWindowRequest

View as Markdown

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

Describes one new-window invocation.

12 declared, 0 inherited

Members

  • NewWindowRequest method Initializes a window-creation request.
  • WithTargetWindow method Returns this request aimed at one window.
  • Attach property Gets whether the new window becomes current.
  • Command property Gets the command the first pane runs.
  • Direction property Gets whether to insert before or after the target.
  • Environment property Gets the environment entries set on the window.
  • Index property Gets the window index to create at.
  • KillExisting property Gets whether an existing window at the index is replaced.
  • Name property Gets the window name.
  • SelectExisting property Gets whether an existing window is selected instead.
  • StartDirectory property Gets the working directory for the first pane.
  • TargetWindow property Gets the window to insert relative to.
Esc

Type to search.