LibTmux.Window.SelectLastPaneAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- Other languages
- Python Ruby Lua TypeScript RustGo Java C++Swift
- SelectLastPaneAsync ( inputMode : PaneInputMode? , keepZoom : bool , cancellationToken : CancellationToken ) Task<Pane?>
-
Selects the pane that was last active.
Asking for an input change makes tmux apply that to the last pane and leave the active pane alone, so the handle that comes back is the pane that was already active.
- Parameters
-
-
inputMode ( PaneInputMode? ) – Whether to change the pane's input handling instead.
-
keepZoom ( bool ) – Whether a zoomed pane stays zoomed.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The pane that is active afterwards, or null when none is.
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 - C++
libtmux::Window::select_last_pane - Swift
Server.selectLastPane(in:)
0 declared, 0 inherited