Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.NewWindowRequest

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

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.

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.
Esc

Type to search.