io.github.libtmux.Session.Session.lastWindow
- Module
- io.github.libtmux.Session
- Declared in
- Session
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Session.java
- Other languages
- Python Ruby Lua TypeScript RustGo.NETC++Swift
-
Returns to the window that was active before this one.
- Raises
-
-
LibTmuxException – if nothing else has been active yet, which tmux reports rather than silently staying put
-
In other ports Return to the window that was active before
- Python
libtmux.Session.last_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
Session.selectWindowtakesnext,previousorlast - Rust
session.Session.last_window - Go
tmux.Session.LastWindow - .NET
LibTmux.Session.SelectLastWindowAsync - C++
libtmux::Session::select_last_window - Swift
Server.selectLastWindow(in:)
0 declared, 0 inherited