summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWormHeamer2025-12-28 23:56:41 -0500
committerWormHeamer2025-12-28 23:56:41 -0500
commit31c91a3d2eef181a28ea4c5868c14c51b46386ae (patch)
treea4af2f41f510186d10374923c21ade89a82ab9f5
parent74c094eeb77e7a25501603ef668333245f726662 (diff)
txt_delete_range()
-rw-r--r--txt.h1
1 files changed, 1 insertions, 0 deletions
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);