get_dimensions
On this page
pane:get_dimensions()#
Returns a lua representation of the RenderableDimensions struct
that identifies the dimensions and position of the viewport as
well as the scrollback for the pane.
It has the following fields:
colsthe number of columnsviewport_rowsthe number of vertical cells in the visible portion of the windowscrollback_rowsthe total number of lines in the scrollback and viewportphysical_topthe top of the physical non-scrollback screen expressed as a stable index.scrollback_topthe top of the scrollback; the earliest row remembered by wakterm.