io.github.libtmux.Buffers.Buffers.EXACT_NAMED_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
- EXACT_NAMED_DELETE : TmuxVersion = new TmuxVersion(3, 4, "")
-
tmux's own history dates the fix to
0f6227f4("When deleting or renaming a buffer and a buffer name is specified, complain if the buffer doesn't exist instead of silently deleting or renaming the most recent buffer", GitHub issue 3205);git tag --containsplaces it on3.4and nothing earlier, so 3.3 and 3.3a both have the bug. Confirmed on the matrix:set-buffer -b a x; set-buffer -b b y; delete-buffer -b nopeanswersunknown buffer: nopeon 3.4 and leaves both buffers, but on 3.3a it exits 0 and takesb, the onedelete-bufferwas never told to touch.
0 declared, 0 inherited