Class: Tmux::Window::Status
- Inherits:
-
Object
- Object
- Tmux::Window::Status
- Defined in:
- lib/tmux/window/status.rb,
lib/tmux/window/status/state.rb
Overview
the "tab" in the statusbar
Defined Under Namespace
Classes: State
Instance Attribute Summary collapse
- #alert ⇒ State readonly
- #current ⇒ State readonly
- #normal ⇒ State readonly
Instance Method Summary collapse
-
#initialize(window) ⇒ Status
constructor
A new instance of Status.
Constructor Details
Instance Attribute Details
#current ⇒ State (readonly)
10 11 12 |
# File 'lib/tmux/window/status.rb', line 10 def current @current end |