![]() |
libghostty
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <ghostty/vt/allocator.h>#include <ghostty/vt/grid_ref.h>#include <ghostty/vt/point.h>#include <ghostty/vt/types.h>Go to the source code of this file.
Data Structures | |
| struct | GhosttySelection |
| struct | GhosttySelectionBuffer |
| struct | GhosttyTerminalSelectWordOptions |
| struct | GhosttyTerminalSelectWordBetweenOptions |
| struct | GhosttyTerminalSelectLineOptions |
| struct | GhosttyTerminalSelectionFormatOptions |
| struct | GhosttySelectionGestureBehaviors |
| struct | GhosttySelectionGestureGeometry |
Typedefs | |
| typedef struct GhosttySelectionGestureImpl * | GhosttySelectionGesture |
| typedef struct GhosttySelectionGestureEventImpl * | GhosttySelectionGestureEvent |
Selection range type for specifying a region of terminal content.
Definition in file selection.h.