libghostty
Loading...
Searching...
No Matches
GhosttyCodepoints Struct Reference

#include <ghostty/vt/types.h>

Data Fields

const uint32_t * ptr
size_t len

Detailed Description

A borrowed list of Unicode scalar values.

Values are encoded as uint32_t scalar values. The memory is not owned by this struct. The pointer is only valid for the lifetime documented by the API that consumes or produces it.

APIs may document special handling for NULL + len 0, such as “use defaults”.

Definition at line 254 of file types.h.

Field Documentation

◆ len

size_t len

Number of entries in ptr.

Definition at line 259 of file types.h.

◆ ptr

const uint32_t* ptr

Pointer to Unicode scalar values.

Definition at line 256 of file types.h.


The documentation for this struct was generated from the following file: