io.github.libtmux.Buffers.Buffers.delete
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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
-
-
ObjectDoesNotExistException – if the server has no buffer by that name
-
ServerNotRunningException – if no daemon is running
-
UnsupportedTmuxVersionException – before tmux 3.4, whose named deletion silently removes the top buffer when the name is absent
-
0 declared, 0 inherited