![]() |
libghostty
|
#include <ghostty/vt/types.h>
Data Fields | |
| uint8_t * | ptr |
| size_t | cap |
| size_t | len |
A caller-provided byte buffer.
APIs that write to this type use len for the number of bytes written on GHOSTTY_SUCCESS and the required byte capacity on GHOSTTY_OUT_OF_SPACE.
| size_t len |
| uint8_t* ptr |