libghostty
Loading...
Searching...
No Matches
paste.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <ghostty/vt/types.h>

Go to the source code of this file.

Functions

GHOSTTY_API bool ghostty_paste_is_safe (const char *data, size_t len)
GHOSTTY_API GhosttyResult ghostty_paste_encode (char *data, size_t data_len, bool bracketed, char *buf, size_t buf_len, size_t *out_written)

Detailed Description

Paste utilities - validate and encode paste data for terminal input.

Definition in file paste.h.