On this page
types.CaptureOptions
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
5 declared, 0 inherited
Members
- alternateScreen property Capture the screen saved underneath a full-screen program, tmux's
-a. - end property Last line to capture; negative counts back from the visible bottom.
- escapeSequences property Keep the escape sequences that colour and style the text, tmux's
-e. - joinWrapped property Join wrapped lines, matching tmux's
-J. - start property First line to capture; negative reaches into scrollback history.