- Module
- LibTmux
- Declared in
- Pane
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/entity.rb
- Other languages
- PythonLuaTypeScriptRustGoJava.NET C++ 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 pane in two
- Python
libtmux.Pane.split - Lua
libtmux.Pane:split - TypeScript
pane.Pane.split - Rust
pane.Pane.split - Go
tmux.Pane.Split - Java
io.github.libtmux.Pane.Pane.split - .NET
LibTmux.Pane.SplitAsync - C++ no direct pane target; Window.split splits the active pane
- Swift
Server.split(_:direction:size:startDirectory:)
- Python
0 declared, 0 inherited