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