tmux.Pane.DisplayPanes
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_modes.go
- DisplayPanes ( ctx : context.Context , request : DisplayPanesRequest ) error
-
DisplayPanes displays pane numbers for tmux's current client and waits for the indicator to close. It is client-scoped: the receiver supplies only the server connection and no pane target. A zero request uses tmux's configured duration and permits number-key selection.
Only stderr produces a redacted
CommandError; nonzero exits without stderr are ignored. Cancellation cannot revoke an accepted display.
0 declared, 0 inherited