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

types.MoveWindowOptions

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.MoveWindowOptions
interface [source]
interface [source]
interface types.MoveWindowOptions

Where a window is moved to, and what happens if something is already there.

Moving is not linking: the window leaves the session it was in.

2 declared, 0 inherited

Members

  • index property Destination index; tmux picks the next free one when omitted.
  • session property Destination session; the window stays in its own session when omitted.
Esc

Type to search.