# io.github.libtmux.Pane.Pane.breakOut

- **Module:** io.github.libtmux.Pane.Pane
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/Pane.java#L328
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-pane-pane-breakout/

```
io.github.libtmux.Pane.Pane.breakOut() -> Window
```

Moves this pane into a window of its own, leaving tmux to name it.

<p>On tmux 3.7 the name is supplied rather than left to tmux, because letting tmux choose it
there ends the server and every session on it. The name supplied is the one tmux would have
chosen, so the result is the same window either way.
