GhosttyCell typedef

GhosttyCell = Uint64

Packed cell value.

Represents a single terminal cell. Portable callers can query fields via ghostty_cell_get(). Boundary-sensitive callers can decode the packed value using the GhosttyCell descriptor returned by ghostty_type_json(). The manifest is authoritative for the linked build; hardcoding bit positions is unsupported.

@ingroup screen

Implementation

typedef GhosttyCell = ffi.Uint64;