On this page
LibTmux.Server.ShowMenuAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Interaction.cs
- ShowMenuAsync ( request : DisplayMenuRequest , cancellationToken : CancellationToken ) Task
-
Shows a menu on a client.
The style flags arrived in tmux 3.4 and the mouse flag in 3.5. Older servers are shown the same menu without them.
- Parameters
-
-
request ( DisplayMenuRequest ) – What the menu offers, and how it looks.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
0 declared, 0 inherited