LibTmux.NewWindowRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/NewWindowRequest.cs
-
Describes one
new-windowinvocation.
11 declared, 0 inherited
Members
- 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.
- ToCommand method Returns a window request as one tmux command.