Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.Session.PreviousWindow

Go

View as Markdown

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
PreviousWindow ( ctx : context.Context ) → (Window, error)
method [source]
method [source]
PreviousWindow

PreviousWindow makes the previous 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 previous window of a session

0 declared, 0 inherited

Esc

Type to search.