example/c-vt-selection

This commit is contained in:
Mitchell Hashimoto
2026-05-24 13:47:32 -07:00
parent cc48312c08
commit e8f5353912
5 changed files with 190 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ extern "C" {
* for the endpoints and reconstruct a GhosttySelection from fresh snapshots
* when needed.
*
* ## Examples
*
* @snippet c-vt-selection/src/main.c selection-main
*
* @{
*/