On this page
window.Window.split
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- split ( self , options : impl Into<SplitOptions> ) Result<Pane, Error>
-
Split this window and return the new pane.
Errors
Returns an error when tmux refuses the split, which includes a target pane that is too small to divide.
0 declared, 0 inherited