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
15
extern
"C"
{
16
#endif
17
25
33
typedef
struct
{
35
size_t
size
;
36
38
GhosttyGridRef
start
;
39
41
GhosttyGridRef
end
;
42
44
bool
rectangle
;
45
}
GhosttySelection
;
46
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* GHOSTTY_VT_SELECTION_H */
grid_ref.h
GhosttyGridRef
Definition
grid_ref.h:52
GhosttySelection
Definition
selection.h:33
GhosttySelection::end
GhosttyGridRef end
Definition
selection.h:41
GhosttySelection::rectangle
bool rectangle
Definition
selection.h:44
GhosttySelection::size
size_t size
Definition
selection.h:35
GhosttySelection::start
GhosttyGridRef start
Definition
selection.h:38
include
ghostty
vt
selection.h
Generated by
1.16.1