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

types.NewWindowOptions

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

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.NewWindowOptions
interface [source]
interface [source]
interface types.NewWindowOptions

Where a new window lands, and what runs in it.

tmux moves existing windows up to make room when a direction is given, so an index a caller is holding can change.

5 declared, 0 inherited

Members

  • direction property Place the window before or after the session's current window.
  • environment property Variables to set in the process this starts, tmux's -e.
  • name property The window's name.
  • shellCommand property A command for tmux to run in place of the default shell.
  • startDirectory property
Esc

Type to search.