On this page
LibTmux.FindWindowRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/FindWindowRequest.cs
-
Describes one
find-windowinvocation.
7 declared, 0 inherited
Members
- FindWindowRequest method Initializes a window-search request.
- IgnoreCase property Gets whether the search ignores case.
- MatchContent property Gets whether pane content is searched.
- MatchName property Gets whether window names are searched.
- MatchTitle property Gets whether pane titles are searched.
- Pattern property Gets the text to look for.
- Regex property Gets whether the pattern is a regular expression.