R/utils.R
object_size.Rd
Functions to get and set the width and height of a tmux session, window, and pane.
width(target) width(target) <- value set_width(target, value) height(target) height(target) <- value set_height(target, value)
A tmuxr_session, tmuxr_window, or tmuxr_pane.
An integer.
An integer. The new width or height.
The size of a tmuxr_pane can only be changed if there are other panes in the same window.
resize_window(), resize_pane()
resize_window()
resize_pane()