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

LibTmux.MoveWindowRequest

.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/MoveWindowRequest.cs
struct LibTmux.MoveWindowRequest
struct [source]
struct [source]
struct LibTmux.MoveWindowRequest

Describes one move-window invocation.

7 declared, 0 inherited

Members

  • Destination property Gets the window part of the target, empty for the next free index.
  • Direction property Gets whether to insert before or after the destination.
  • NoSelect property Gets whether the moved window is left unselected.
  • Renumber property Gets whether the destination session's windows are renumbered.
  • ReplaceExisting property Gets whether a window already at the index is replaced.
  • Session property Gets the destination session, or null for the window's own.
  • ToCommand method Returns a window-move request as one tmux command.
Esc

Type to search.