struct Tmux::Window

Included Modules

Defined in:

tmux.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def pane_id : String #

[View source]
def pane_id=(pane_id : String) #

[View source]
def pane_tty : String #

[View source]
def pane_tty=(pane_tty : String) #

[View source]
def window_height : Int32 #

[View source]
def window_height=(window_height : Int32) #

[View source]
def window_id : String #

[View source]
def window_id=(window_id : String) #

[View source]
def window_width : Int32 #

[View source]
def window_width=(window_width : Int32) #

[View source]