io.github.libtmux.Window.Window.split
- Module
- io.github.libtmux.Window
- Declared in
- Window
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Window.java
- Other languages
- PythonRuby Lua TypeScriptRustGo.NETC++Swift
-
-
Splits this window's active pane in half, putting the new one below it.
- Returns
-
the pane that appeared
- Raises
-
-
UnsupportedTmuxVersionException – if the spec asks for something this server does not have
-
In other ports Split a window's active pane
- Python
libtmux.Window.split - Ruby
LibTmux::Window#split - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.split - Rust
window.Window.split - Go
tmux.Window.SplitPane - .NET
LibTmux.Window.SplitPaneAsync - C++
libtmux::Window::split - Swift
Server.splitWindow(_:direction:size:startDirectory:)
0 declared, 0 inherited