- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Links.cs
- Other languages
- Python Ruby LuaTypeScriptRustGoJavaC++Swift
- UnlinkAsync ( killIfLast : bool , cancellationToken : CancellationToken ) Task
-
Removes this window's link to the session it was read through.
tmux refuses to unlink a window that belongs to only one session unless it is allowed to destroy it.
- Parameters
-
-
killIfLast ( bool ) – Whether the window dies when this was its last link.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
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 - Go
tmux.Window.Unlink - Java
io.github.libtmux.Window.Window.unlink - C++
libtmux::Window::unlink - Swift
Server.unlink(_:)
0 declared, 0 inherited