- Module
- tmux
- Declared in
- Pane
- 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 receiver pane through its exact linked-pane target. If panes remain and the receiver was active, tmux selects another active pane. If this was the last pane, tmux also destroys the window and removes all of its winlinks. Affected sessions preserve their current selection unless the destroyed 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 pane
- Python
libtmux.Pane.kill - Ruby
LibTmux::Pane#kill - Lua
libtmux.Pane:kill - TypeScript
pane.Pane.kill - Rust
pane.Pane.kill - Java
io.github.libtmux.Pane.Pane.kill - .NET
LibTmux.Pane.KillAsync - C++
libtmux::Pane::kill - Swift
Server.kill(_:)
- Python
0 declared, 0 inherited