server.NewSessionOptions.size
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- server
- Declared in
- NewSessionOptions
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
-
Set the initial size, which a detached session would otherwise default.
tmux 3.2a accepts this and sets
default-sizeas asked, but still draws the new, client-less window at its own classic default,80x23: a pane's reported width and height on 3.2a do not reflect this call, even though the option was set. Every later release draws at the requested size.
0 declared, 0 inherited