On this page
LibTmux.NewWindowRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/NewWindowRequest.cs
-
Describes one
new-windowinvocation.
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.