- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
Kill the window, closing it in every session that links it.
This consumes the handle. Use
Window::unlinkto remove only this session's link while leaving the window alive elsewhere.Errors
Returns an error when tmux refuses the command.
In other ports Close a window
- Python
libtmux.Window.kill - TypeScript
window.Window.kill - Go
tmux.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