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.