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

ResizeDirection

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/Mutations.swift
enum ResizeDirection : enum ResizeDirection
enum [source]
enum [source]
enum ResizeDirection

Which way a resize moves the boundary a pane shares with its neighbour.

Named for the boundary rather than for the pane, because that is what tmux moves: a pane gains the space when the boundary moves away from it and loses it when the boundary moves in. So resizing the lower of two stacked panes toward: .up makes it taller, and resizing the upper one the same way makes it shorter.

4 declared, 2 inherited

Members

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.