libtmux Reference MCP Search
On this page

LibTmux.FindWindowRequest.FindWindowRequest

View as Markdown

Module
LibTmux
Declared in
FindWindowRequest
Package
LibTmux
Source
src/LibTmux/Requests/FindWindowRequest.cs
FindWindowRequest ( pattern : string , matchContent : bool , ignoreCase : bool , matchName : bool , regex : bool , matchTitle : bool )
method [source]
method [source]
FindWindowRequest

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

0 declared, 0 inherited

Esc

Type to search.