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