Tmux::Pane
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
pane_current_path
Sourcepane_current_path=(pane_current_path : String)
Sourcepane_height
Sourcepane_height=(pane_height : Int32)
Sourcepane_id
Sourcepane_id=(pane_id : String)
Sourcepane_in_mode
Sourcepane_in_mode=(pane_in_mode : Bool)
Sourcepane_width
Sourcepane_width=(pane_width : Int32)
Sourcescroll_position
Sourcescroll_position=(scroll_position : Int32 | Nil)
Sourcewindow_id
Sourcewindow_id=(window_id : String)
Sourcewindow_zoomed_flag
Sourcewindow_zoomed_flag=(window_zoomed_flag : Bool)
Source