- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_link_move.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++Swift
- Link ( ctx : context.Context , request : LinkWindowRequest ) error
-
Link adds the stable window to TargetSession as another winlink, targeting the source through the receiver's exact session. Unless Detach is set, tmux makes the new link current in the target session; this is not a global client-focus guarantee. Link does not refresh or mutate the materialized source
Window. A transport or context error can be delivery-ambiguous; the void result cannot carry the new winlink identity and no rollback is attempted.In other ports Link a window into another session
- Python
libtmux.Window.link - Ruby
LibTmux::Session#link_window - Lua
libtmux.WindowLink:link - TypeScript
window.Window.link - Rust
window.Window.link_to - Java
io.github.libtmux.Window.Window.linkTo - .NET
LibTmux.Window.LinkAsync - C++
libtmux::Window::link_to - Swift
Server.link(_:into:)
- Python
0 declared, 0 inherited