On this page
pane.Pane.breakOut
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Move this pane out into a window of its own, in the session it is in.
tmux places a break with no destination in whichever session is current, which is the attached one rather than this pane's.
Examples
await pane.breakOut("extracted");
0 declared, 0 inherited