tmux.Session.NextWindow
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/session_navigation.go
- Other languages
- Python Ruby Lua TypeScript RustJava.NETC++Swift
- NextWindow ( ctx : context.Context ) (Window, error)
-
NextWindow makes the next winlink current in the receiver session and returns that freshly materialized session-specific
Window. The selection is session-scoped; it does not promise focus for clients attached to other sessions. A transport or context error can be delivery-ambiguous and no rollback is attempted. Command or refresh failure returns a zero Window.In other ports Move to the next window of a session
- Python
libtmux.Session.next_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.next_window - Java
io.github.libtmux.Session.Session.nextWindow - .NET
LibTmux.Session.SelectNextWindowAsync - C++
libtmux::Session::select_next_window - Swift
Server.selectNextWindow(in:)
- Python
0 declared, 0 inherited