- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_link_move.go
- Other languages
- Python Ruby LuaTypeScriptRustJava.NETC++Swift
- Unlink ( ctx : context.Context , request : UnlinkWindowRequest ) error
-
Unlink removes the receiver's exact session winlink without refreshing the materialized receiver. Without KillIfLast, tmux rejects removal of a stable window's only link; with it, that window is destroyed. A transport or context error can be delivery-ambiguous; the void result cannot carry partial identity and no rollback is attempted.
In other ports Unlink a window from a session
- Python
libtmux.Window.unlink - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.WindowLink:unlink - TypeScript
window.Window.unlink - Rust
window.Window.unlink - Java
io.github.libtmux.Window.Window.unlink - .NET
LibTmux.Window.UnlinkAsync - C++
libtmux::Window::unlink - Swift
Server.unlink(_:)
- Python
0 declared, 0 inherited