struct Tmux::Pane

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_current_path : String #

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

[View source]
def pane_height : Int32 #

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

[View source]
def pane_id : String #

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

[View source]
def pane_in_mode : Bool #

[View source]
def pane_in_mode=(pane_in_mode : Bool) #

[View source]
def pane_width : Int32 #

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

[View source]
def scroll_position : Int32 | Nil #

[View source]
def scroll_position=(scroll_position : Int32 | Nil) #

[View source]
def window_id : String #

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

[View source]
def window_zoomed_flag : Bool #

[View source]
def window_zoomed_flag=(window_zoomed_flag : Bool) #

[View source]