- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/window.py
- Other languages
- RubyLua TypeScript RustGoJava.NETC++Swift
-
Alias of
Window.window_name.>>> window.name '...'
>>> window.name == window.window_name True
In other ports A window's 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 - Go
tmux.Window.Name - Java
io.github.libtmux.Window.Window.name - .NET
LibTmux.Window.Name - C++
libtmux::Window::name - Swift
Window.name
- Ruby
0 declared, 0 inherited