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

Go API

Go documentation

tmux.Server.DisplayMenu

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

View as Markdown

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
method [source]
method [source]
DisplayMenu

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

0 declared, 0 inherited

Esc

Type to search.