libtmux Reference MCP Search
On this page

WindowPlacement

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/Creation.swift
enum WindowPlacement : enum WindowPlacement
enum [source]
enum [source]
enum WindowPlacement

Where a new window goes relative to one that is already there.

Windows are ordered by index, and tmux renumbers on insert, so this says what a caller means — next to *that* window — rather than an index that is only correct until the next insertion.

4 declared, 0 inherited

Members

  • after constant Goes immediately after the neighbour.
  • before constant Takes the neighbour's index, pushing it and everything after it up.
  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
  • init(from:) method Creates a new instance by decoding from the given decoder.
Esc

Type to search.