libghostty
Loading...
Searching...
No Matches
paste.h
Go to the documentation of this file.
1
6
7#ifndef GHOSTTY_VT_PASTE_H
8#define GHOSTTY_VT_PASTE_H
9
44
45#include <stdbool.h>
46#include <stddef.h>
47
48#ifdef __cplusplus
49extern "C" {
50#endif
51
67bool ghostty_paste_is_safe(const char* data, size_t len);
68
69#ifdef __cplusplus
70}
71#endif
72
74
75#endif /* GHOSTTY_VT_PASTE_H */
bool ghostty_paste_is_safe(const char *data, size_t len)