LibTmux.FindWindowRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/FindWindowRequest.cs
-
Describes one
find-windowinvocation.
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.