On this page
pane.Pane.displayMenu
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Show a menu over the client showing this pane.
Examples
await pane.displayMenu("Actions", [{ command: "kill-pane", key: "k", name: "Kill" }]);
0 declared, 0 inherited