# types.NewSessionOptions.height

- **Module:** types.NewSessionOptions
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L90
- **Page:** https://libtmux.org/en/ts/latest/reference/types-newsessionoptions-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.
