diff options
Diffstat (limited to 'txt.h')
| -rw-r--r-- | txt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
