On this page
LibTmux.FindWindowRequest.FindWindowRequest
- Module
- LibTmux
- Declared in
- FindWindowRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/FindWindowRequest.cs
-
Initializes a window-search request.
- Parameters
-
-
pattern ( string ) – The text to look for.
-
matchContent ( bool ) – Whether pane content is searched.
-
ignoreCase ( bool ) – Whether the search ignores case.
-
matchName ( bool ) – Whether window names are searched.
-
regex ( bool ) – Whether the pattern is a regular expression.
-
matchTitle ( bool ) – Whether pane titles are searched.
-
- Raises
-
-
ArgumentException –
patternis blank.
-
0 declared, 0 inherited