- Package
- libtmux-swift
- Source
- Sources/LibTmux/Window.swift
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NETC++
- Bases:
One tmux window, independent of every session that links it.
Discussed in Architecture , Traversal
In other ports A tmux window
- Python
libtmux.Window - Ruby
LibTmux::Window - Lua
libtmux.Window - TypeScript
window.Window - Rust
window.Window - Go
tmux.Window - Java
io.github.libtmux.Window.Window - .NET
LibTmux.Window - C++
libtmux::Window
- Python
11 declared, 2 inherited
Members
- id property The stable identity of the entity associated with this instance.
- name property
- height property
- width property
- paneCount property
- filterFieldID(for:) method The stable wire id for a key path, or
nilif the property is not filterable. - filterFieldType(_:) method The value kind an id names, or
nilwhen this model does not know it. - filterFormatField(_:) method The tmux format field an id reads, or
nilwhen it has no single one. - filterValue(_:of:) method Reads the field an id names, or
nilif this model has no such field. - incarnation property
- init(id:name:paneCount:width:height:incarnation:) method
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.