pane.Pane.displayPopup
TypeScript
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- Python Ruby Lua Rust Go Java .NET C++ Swift
-
Open a popup over the client showing this pane.
In other ports Open a popup over the client showing a pane
- Python
libtmux.Pane.display_popup - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- Rust no equivalent on
Pane - Go
tmux.Pane.DisplayPopup - Java no equivalent on
Pane - .NET
LibTmux.Pane.DisplayPopupAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
Examples
await pane.displayPopup("htop", { width: "80%" });Not directly testable — popup rendering requires a TTY-backed client. Control-mode provides an attached client for invocation but the popup itself is not visible or verifiable.
>>> with control_mode() as ctl:... pane.display_popup(command='true', close_on_exit=True)0 declared, 0 inherited