pub const HAS_STYLING: Type = 8;Expand description
Whether the cell has any explicit styling (bool). This is equivalent to querying the raw cell’s GHOSTTY_CELL_DATA_HAS_STYLING value, but avoids materializing the raw GhosttyCell for renderers that only need to know whether fetching the full style is necessary.