attempt to lessen screentearing

This commit is contained in:
Emile Clark-Boman 2025-09-18 12:24:33 +10:00
parent 9a6786b2b5
commit 7a35f96a9a
4 changed files with 96 additions and 35 deletions

View file

@ -6,5 +6,6 @@
/* === External Interface === */
int ct_init(struct ct_tree **const tree);
void ct_update(struct ct_tree *const tree);
void ct_process(struct ct_tree *const tree);
#endif /* CURSETREE_CURSETREE_H */