tmux.Pane.FindWindow
Go
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_modes.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- FindWindow ( ctx : context.Context , request : FindWindowRequest ) error
-
FindWindow opens a tree chooser filtered by Match using the receiver's exact linked target. It requires an attached client. Match is passed as one tmux search operand and protected from leading-dash option parsing; it is not a tmux format or shell command. Only stderr produces a redacted
CommandError; transport errors may leave the chooser open.In other ports Search windows interactively from a pane
- Python
libtmux.Pane.find_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.findWindow - Rust no equivalent on
Pane - Java no equivalent on
Pane - .NET
LibTmux.Pane.FindWindowAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited