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

io.github.libtmux.Window.Window.displayPopup

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

View as Markdown

Module
io.github.libtmux.Window
Declared in
Window
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Window.java
displayPopup ( shellCommand : String ) → void
method [source]
method [source]
displayPopup

Shows a popup over this window, running a command in it.

tmux draws a popup for a client, so this needs one attached; on a detached session tmux reports that it has no current client.

tmux expands #(...) in this command before a shell sees it, and shell quoting does not prevent that. Pass any interpolated value through TmuxFormats#literal unless you mean it to be expanded.

0 declared, 0 inherited

Esc

Type to search.