libghostty
Loading...
Searching...
No Matches
selection.h
Go to the documentation of this file.
1
6
7#ifndef GHOSTTY_VT_SELECTION_H
8#define GHOSTTY_VT_SELECTION_H
9
10#include <stdbool.h>
11#include <stddef.h>
12#include <ghostty/vt/grid_ref.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
25
33typedef struct {
35 size_t size;
36
39
42
46
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* GHOSTTY_VT_SELECTION_H */
GhosttyGridRef end
Definition selection.h:41
GhosttyGridRef start
Definition selection.h:38