tmux.Pane.CurrentCommand
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/format_generated.go
- Other languages
- PythonRubyLua TypeScript RustJava .NET C++Swift
-
CurrentCommand returns tmux #{pane_current_command} as string from this Pane's materialized pane-scoped fields (tmux 3.2a or later).
In other ports The command tmux reports running in a pane
- Python
libtmux.Pane.pane_current_command - Ruby
LibTmux::PaneSnapshot#current_command - Lua
libtmux.SnapshotPane.current_command - TypeScript no equivalent on
Pane - Rust
pane.Pane.current_command - Java
io.github.libtmux.Pane.Pane.currentCommand - .NET no equivalent on
Pane - C++
libtmux::Pane::command - Swift
Pane.currentCommand
- Python
0 declared, 0 inherited