- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJava C++ Swift
- SplitAsync ( request : SplitPaneRequest? , cancellationToken : CancellationToken ) Task<Pane>
-
Splits this pane.
- Parameters
-
-
request ( SplitPaneRequest? ) – How to split.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The created pane.
In other ports Split a pane in two
- Python
libtmux.Pane.split - Ruby
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 - C++ no direct pane target; Window.split splits the active pane
- Swift
Server.split(_:direction:size:startDirectory:)
0 declared, 0 inherited