On this page
types.NewSessionOptions
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
8 declared, 0 inherited
Members
- environment property Variables to set in the process this starts, tmux's
-e. - groupWith property Share another session's windows, tmux's
-t. - height property Rows for the session's first window.
- name property The session's name, tmux's
-s. - shellCommand property A command for tmux to run in place of the default shell.
- startDirectory property
- width property Columns for the session's first window. See
height. - windowName property The first window's name. Same rules as
name.