tmux.Window.LastPane
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_pane_topology.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NETC++Swift
- LastPane ( ctx : context.Context , request : LastPaneRequest ) (Pane, error)
-
LastPane targets the receiver's exact winlink. Its zero request makes the previously active pane active without selecting the window in its session. With an Input mode, tmux changes the previous pane's input state without selecting it; the returned
Paneis still the freshly materialized active pane in the receiver context.Command or refresh failures return zero because the active view needs refresh.
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 - Java no equivalent on
Window - .NET
LibTmux.Window.SelectLastPaneAsync - C++
libtmux::Window::select_last_pane - Swift
Server.selectLastPane(in:)
- Python
0 declared, 0 inherited