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

types.TmuxLayoutChangeEvent

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

A window's layout changed.

layout and visibleLayout carry whatever tmux hands this connection: on 3.8+ that is JSON, the same wire form a snapshot's window_layout reports (the connection requests it on attach); before 3.8 tmux has only the classic layout string, on both sides. Either is an opaque token to compare for equality, not a grammar to parse.

5 declared, 0 inherited

Members

Esc

Type to search.