- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/format_generated.go
- Other languages
- PythonRubyLua TypeScript Rust Java .NETC++Swift
-
Width returns tmux #{pane_width} as int from this Pane's materialized pane-scoped fields (tmux 3.2a or later).
In other ports A pane's width in cells
- Python
libtmux.Pane.width - Ruby
LibTmux::PaneSnapshot#width - Lua
libtmux.SnapshotPane.width - TypeScript no accessor; the field is read from
Pane.format, tmux's own row - Rust
pane.Pane.width - Java no equivalent on
Pane - .NET
LibTmux.Pane.Width - C++
libtmux::Pane::width - Swift
Pane.width
- Python
0 declared, 0 inherited