From 31c91a3d2eef181a28ea4c5868c14c51b46386ae Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Sun, 28 Dec 2025 23:56:41 -0500 Subject: txt_delete_range() --- txt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'txt.h') diff --git a/txt.h b/txt.h index b33599b..f1cf538 100644 --- a/txt.h +++ b/txt.h @@ -43,6 +43,7 @@ void txt_free(Txt *b); TxtLoc txt_insert(TxtLoc l, const char *s, u32 n); TxtLoc txt_delete(TxtLoc l, u32 n); +TxtLoc txt_delete_range(TxtLoc lo, TxtLoc hi); TxtLoc txt_insert_c(TxtLoc l, u32 ch); TxtLoc txt_delete_c(TxtLoc l); -- cgit v1.2.3