# io.github.libtmux.Pane.Pane.chooseBuffer

- **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#L155
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-pane-pane-choosebuffer/

```
io.github.libtmux.Pane.Pane.chooseBuffer() -> void
```

Puts this pane into the paste-buffer browser.

<p>Does nothing when the server holds no buffers: tmux declines to show a chooser with nothing
in it, and says so by returning success and leaving the pane as it was. {@link #mode()} is how
a caller tells the two apart.
