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

types.NewSessionOptions.height

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
Declared in
NewSessionOptions
Package
libtmux
Source
packages/libtmux/src/types.ts
height : : number
propertyreadonly [source]
propertyreadonly [source]
height

Rows for the session's first window.

A detached session has no client to take its size from, so tmux gives it 80x24 and every program in it formats to that. Nothing can widen it afterwards except Window.resize , and a width-aware program has already truncated its output by then rather than wrapped it.

tmux 3.2 ignores both for a detached session and gives 80x24 anyway; 3.3 is the first release that honours them.

0 declared, 0 inherited

Esc

Type to search.