mirror-ghostty/include
Mitchell Hashimoto 93c597ce6b
example: add grid reference traversal example
Add a c-vt-grid-ref example that demonstrates the terminal and grid
reference APIs end-to-end. The example creates a small 10x3 terminal,
writes text with mixed styles via VT sequences, then iterates over
every cell in the active area using ghostty_terminal_grid_ref. For
each cell it extracts the codepoint, and for each row it inspects
the wrap flag and the style bold attribute.

The grid_ref.h defgroup gains a @snippet reference to the new example,
and vt.h gets the corresponding @example entry and @ref listing.
2026-03-19 19:55:02 -07:00
..
ghostty example: add grid reference traversal example 2026-03-19 19:55:02 -07:00
ghostty.h input: add direct set_surface_title and set_tab_title actions 2026-03-11 09:25:08 -07:00
module.modulemap include: comment the modulemap 2023-02-19 10:44:53 -08:00