- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
Kill the pane.
This consumes the handle. Killing a window's last pane closes the window.
Errors
Returns an error when tmux refuses the command.
In other ports Close a pane
- Python
libtmux.Pane.kill - TypeScript
pane.Pane.kill - Go
tmux.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