session.Session.activePane
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- packages/libtmux/src/session.ts
- Other languages
- PythonRuby Lua Rust GoJava.NETC++ Swift
-
The pane tmux marks active in this session's active window.
This is two hops rather than one because
pane_activeis per window: every window has an active pane, and only the active window's is the session's.Examples
await session.activePane?.sendKeys("echo hello");In other ports The active pane of a session's active window
- Python
libtmux.Session.active_pane - Ruby
LibTmux::WindowSnapshot#active_pane - Lua No source-verified Lua equivalent is recorded for this operation.
- Rust no equivalent on
Session - Go
tmux.Session.ActivePane - Java
io.github.libtmux.Session.Session.activePane - .NET
LibTmux.Session.ActivePane - C++
libtmux::Session::active_pane - Swift no equivalent on
Session
- Python
0 declared, 0 inherited