Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.FindWindowRequest

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

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.

8 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.
  • ToCommand method Returns a window-search request as one tmux command.
Esc

Type to search.