libtmux Reference MCP Search
On this page

types.NewSessionOptions.height

View as Markdown

Module
types
Declared in
NewSessionOptions
Package
@libtmux/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.