io.github.libtmux.WindowSpec.WindowSpec.Builder.reuseExisting
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.WindowSpec.WindowSpec
- Declared in
- Builder
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/WindowSpec.java
-
Selects a window that already carries this name rather than making a second.
tmux reports nothing when it reuses one, so the answer comes from a lookup. Every other creating call in this library is told what it made; this is the exception.
0 declared, 0 inherited