libtmux
Python
TypeScript
Rust
Go
Java
.NET
C++
Swift
Reference
MCP
Search
On this page
Server
18
Session
5
Window
Window
Link
Identity
Pane
Direction
Window
Rotation
Layout
Layout
Spec
Split
Direction
Above
Below
flags
Left
Right
Pane
Size
Resize
Direction
Window
Window
Window
Config
Pane
5
Client
1
Hooks
1
Options
3
Terminal capabilities
1
Versions
3
Commands
8
Control mode
11
Formats
21
Queries
55
Snapshots
9
Workspaces
45
Requests
3
Errors
22
Constants and enums
19
Testing utilities
7
Other
9
window
.Split
Direction
View as Markdown
Copy Markdown
Module
window
Package
libtmux
Source
crates/libtmux/src/window.rs
enum
window.
SplitDirection
enum
overload
[
source
]
¶
enum
overload
[
source
]
¶
enum
window.
SplitDirection
5 declared, 0 inherited
Members
Above
constant
Above the pane being divided.
Below
constant
Below it, which is tmux's default.
Left
constant
To its left.
Right
constant
To its right.
flags
method
Return the tmux flags that produce this position.
Esc
Type to search.