types.NewWindowOptions
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- types
- Package
- libtmux
- Source
- packages/libtmux/src/types.ts
-
Where a new window lands, and what runs in it.
tmux moves existing windows up to make room when a direction is given, so an index a caller is holding can change.
5 declared, 0 inherited
Members
- direction property Place the window before or after the session's current window.
- environment property Variables to set in the process this starts, tmux's
-e. - name property The window's name.
- shellCommand property A command for tmux to run in place of the default shell.
- startDirectory property