Class Teamocil::Layout::Window
In: lib/teamocil/layout/window.rb
Parent: Object

This class represents a window within tmux

Methods

Attributes

filters  [R] 
index  [R] 
name  [R] 
options  [R] 
root  [R] 
splits  [R] 

Public Class methods

Initialize a new tmux window

@param session [Session] the session where the window is initialized @param index [Fixnnum] the window index @param attrs [Hash] the window data from the layout file

Public Instance methods

Generate commands to send to tmux

@return [Array]

[Validate]