summaryrefslogtreecommitdiff
path: root/txt.h
diff options
context:
space:
mode:
Diffstat (limited to 'txt.h')
-rw-r--r--txt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt.h b/txt.h
index e61c881..5df33a7 100644
--- a/txt.h
+++ b/txt.h
@@ -80,6 +80,8 @@ TxtLoc start_of_line(TxtLoc l);
TxtLoc end_of_line(TxtLoc l);
TxtLoc prev_line(TxtLoc l);
TxtLoc next_line(TxtLoc l);
+TxtLoc prev_line_start(TxtLoc l);
+TxtLoc next_line_start(TxtLoc l);
TxtLoc at_col(TxtLoc l, u32 col);
u32 get_col(TxtLoc l);