diff options
| author | WormHeamer | 2025-12-31 04:14:12 -0500 |
|---|---|---|
| committer | WormHeamer | 2025-12-31 04:14:12 -0500 |
| commit | 9a1a70cbfe72be65ab45b20b8f6b4d9a9d523ca9 (patch) | |
| tree | 6cd38986e3e486a0981cf84a78e0f2a897eb3895 | |
| parent | 46519df810cc4e7515faed081c4dbd078e4597e6 (diff) | |
make prev_line_start(), next_line_start() public
| -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); |
