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