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

WindowPlacement

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

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.

2 declared, 2 inherited

Members

  • after constant Goes immediately after the neighbour.
  • before constant Takes the neighbour's index, pushing it and everything after it up.

Inherited members

Reached through Equatable.!=(_:_:), Decodable.init(from:).

  • !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
  • init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.
Esc

Type to search.