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

types.ResizeWindowOptions

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

How far a window's own size moves, or what it is set to outright.

Resizing a window has a side effect: tmux sets that window's window-size option to manual, so it stops following the attached clients' terminals until the option is put back.

2 declared, 0 inherited

Members

  • largest property Grow to the largest size its attached clients allow, tmux's -A.
  • smallest property Shrink to the smallest size its attached clients allow, tmux's -a.
Esc

Type to search.