object_size: Width and height of a tmux object

Description Usage Arguments Value Note See Also

Description

Functions to get and set the width and height of a tmux session, window, and pane.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
width(target)

width(target) <- value

set_width(target, value)

height(target)

height(target) <- value

set_height(target, value)

Arguments

target

A tmuxr_session, tmuxr_window, or tmuxr_pane.

value

An integer.

Value

An integer. The new width or height.

Note

The size of a tmuxr_pane can only be changed if there are other panes in the same window.

See Also

resize_window(), resize_pane()


tmuxr documentation built on July 1, 2020, 5:19 p.m.