On this page
io.github.libtmux.FindSpec.FindSpec
- Module
- io.github.libtmux.FindSpec
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/FindSpec.java
-
What to look for when opening the window browser narrowed to a match.
<p>The shape
CaptureSpecuses. tmux looks in a window's name, its title and its visible content unless told otherwise; naming any of them narrows it to those.<pre>
pane.findWindow(f -> f.matching("build").inName()); pane.findWindow(f -> f.matching("^err").asRegex().ignoringCase());</pre><p>Every flag below exists on each supported release, so nothing here is version-gated.
4 declared, 0 inherited