- Module
- LibTmux
- Declared in
- Window
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/entity.rb
- Other languages
- Python Lua TypeScriptRustGoJava.NETC++Swift
- split ( direction : :horizontal | :vertical , command : ::Array[::String] , size : ::Integer | ::String | nil = nil , cwd : ::String? = nil , environment : ::Hash[::String, ::String] = nil , focus : bool = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::Pane
-
Behavior: Creation.
Behavior contract: Creation.
In other ports Split a window's active pane
- Python
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 - Java
io.github.libtmux.Window.Window.split - .NET
LibTmux.Window.SplitPaneAsync - C++
libtmux::Window::split - Swift
Server.splitWindow(_:direction:size:startDirectory:)
- Python
0 declared, 0 inherited