mirror of
https://github.com/wez/wezterm.git
synced 2024-12-27 15:37:29 +03:00
384 B
384 B
window:get_dimensions()
{{since('20210314-114017-04b7cedd')}}
Returns a Lua table representing the dimensions for the Window.
The table has the following fields:
pixel_width
: the width of the window in pixelspixel_height
: the height of the window in pixelsdpi
: The DPI of the screen the window in onis_full_screen
: whether the window is in full screen mode