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
49
extern
"C"
{
50
#endif
51
67
bool
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 */
ghostty_paste_is_safe
bool ghostty_paste_is_safe(const char *data, size_t len)
include
ghostty
vt
paste.h
Generated by
1.14.0