- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/lifecycle_kill.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++Swift
- Kill ( ctx : context.Context ) error
-
Kill destroys the stable window selected by the receiver's WindowID, removes all of its winlinks, and destroys its panes. Affected sessions preserve their current selection unless this window was current, in which case they select another. A session left without windows is destroyed;
Session.Killdescribes how tmux handles its clients. The receiver is not refreshed. Only stderr makes a completed command aCommandError; nonzero exits without stderr are ignored.In other ports Close a window
- Python
libtmux.Window.kill - Ruby
LibTmux::Window#kill - Lua
libtmux.Window:kill - TypeScript
window.Window.kill - Rust
window.Window.kill - Java
io.github.libtmux.Window.Window.kill - .NET
LibTmux.Window.KillAsync - C++
libtmux::Window::kill - Swift
Server.kill(_:)
- Python
0 declared, 0 inherited