libtmux Reference MCP Search
On this page

LibTmux.FindWindowRequest

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/FindWindowRequest.cs
struct LibTmux.FindWindowRequest
struct [source]
struct [source]
struct LibTmux.FindWindowRequest

Describes one find-window invocation.

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.
Esc

Type to search.