On this page
io.github.libtmux.Buffers.Buffers.delete
- Module
- io.github.libtmux.Buffers
- Declared in
- Buffers
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Buffers.java
-
Removes a buffer by its exact name.
- Raises
-
-
ObjectDoesNotExist – if the server has no buffer by that name
-
UnsupportedTmuxVersion – before tmux 3.4, whose named deletion silently removes the top buffer when the name is absent
-
0 declared, 0 inherited