libtmux::Pane::command
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLua TypeScript RustGoJava .NET Swift
- command ( ) std::string_view
-
What is running in the pane now, which is not what started it.
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 - Go
tmux.Pane.CurrentCommand - Java
io.github.libtmux.Pane.Pane.currentCommand - .NET no equivalent on
Pane - Swift
Pane.currentCommand
- Python
0 declared, 0 inherited