LibTmux::WindowSnapshot#width
- Module
- LibTmux
- Declared in
- WindowSnapshot
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/snapshot.rb
- Other languages
- PythonLua TypeScript RustGo Java .NETC++Swift
-
Behavior: Captured records.
Behavior contract: Captured records.
In other ports A window's width in cells
- Python
libtmux.Window.width - Lua
libtmux.SnapshotWindow.width - TypeScript no accessor; the field is read from
Window.format, tmux's own row - Rust
window.Window.width - Go
tmux.Window.Width - Java no equivalent on
Window - .NET
LibTmux.Window.Width - C++
libtmux::Window::width - Swift
Window.width
- Python
0 declared, 0 inherited