summaryrefslogtreecommitdiff
path: root/example/c-vt
AgeCommit message (Collapse)Author
2025-10-03update a bunch of required Zig versions to 0.15Mitchell Hashimoto
2025-09-29lib-vt: OSC data extraction boilerplateMitchell Hashimoto
This also changes OSC strings to be null-terminated to ease lib-vt integration. This shouldn't have any practical effect on terminal performance, but it does lower the maximum length of OSC strings by 1 since we always reserve space for the null terminator.
2025-09-28example/c-vt: parse a full OSC commandMitchell Hashimoto
2025-09-24remove vt prefixesMitchell Hashimoto
2025-09-24move header into subdirectoryMitchell Hashimoto
2025-09-24some PR feedbackMitchell Hashimoto
2025-09-24lib-vt: docsMitchell Hashimoto
2025-09-24lib-vt: setup a default allocator if nullMitchell Hashimoto
2025-09-24example/c-vtMitchell Hashimoto