libtmux::Window::select_last_pane
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby Lua TypeScript RustGo Java .NETSwift
- select_last_pane ( ) expected< Pane, CommandFailure >
-
Go back to the pane that was selected before the current one, and answer with it.
Server state, like the window equivalent: nothing in a listing says which pane that was. A window holding one pane is refused rather than reselecting it, which is what tmux does.
In other ports Return to the pane that was active before
- Python
libtmux.Window.last_pane - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Window - Rust
window.Window.last_pane - Go
tmux.Window.LastPane - Java no equivalent on
Window - .NET
LibTmux.Window.SelectLastPaneAsync - Swift
Server.selectLastPane(in:)
- Python
0 declared, 0 inherited