pub const WIDTH_PX: Type = 16;
The total width of the terminal in pixels.
This is cols * cell_width_px as set by ghostty_terminal_resize().
Output type: uint32_t *