![]() |
libghostty
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <ghostty/vt/types.h>#include <ghostty/vt/allocator.h>#include <ghostty/vt/device.h>#include <ghostty/vt/modes.h>#include <ghostty/vt/size_report.h>#include <ghostty/vt/grid_ref.h>#include <ghostty/vt/io.h>#include <ghostty/vt/kitty_graphics.h>#include <ghostty/vt/screen.h>#include <ghostty/vt/point.h>#include <ghostty/vt/selection.h>#include <ghostty/vt/style.h>Go to the source code of this file.
Data Structures | |
| union | GhosttyTerminalScrollViewportValue |
| struct | GhosttyTerminalScrollViewport |
| struct | GhosttyTerminalScrollbar |
| struct | GhosttyTerminalUnknownStringSequence |
| union | GhosttyTerminalUnknownSequenceValue |
| struct | GhosttyTerminalUnknownSequence |
| struct | GhosttyClipboardContent |
| struct | GhosttyClipboardWriteReply |
| struct | GhosttyClipboardWrite |
| struct | GhosttyClipboardReadReply |
| struct | GhosttyClipboardRead |
| struct | GhosttyTerminalDesktopNotification |
| struct | GhosttyTerminalProgressReport |
| struct | GhosttyTerminalModeConfig |
Complete terminal emulator state and rendering.
Definition in file terminal.h.