libtmux
libtmux copied to clipboard
No way to close a pane?
seems like the window.kill_pane() function is missing?
What is the recommended way to close a pane?
Kind of hacked my own with the following
window.cmd("kill-pane", '-t%s' % pane_id)
pane.cmd('kill-pane') is a bit more concise.