tmux.Server.DisplayMenu
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_interactive.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- DisplayMenu ( ctx : context.Context , request : DisplayMenuRequest ) error
-
DisplayMenu displays a menu and waits until tmux closes it. The target client must own a TTY; control-mode clients cannot render menu overlays. It returns no selected value and does not establish whether an item command ran. Unsupported optional flags follow
UnsupportedPolicy. Completed stderr is an error, and cancellation does not prove menu delivery or a selected command's effect.In other ports Show a menu over a client
- Python
libtmux.Server.display_menu - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.display_menu - Java no equivalent on
Server - .NET no equivalent on
Server - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited