diff options
| author | wrmr | 2024-11-06 02:09:26 -0500 |
|---|---|---|
| committer | wrmr | 2024-11-06 02:09:26 -0500 |
| commit | a3f7fb80590705c1a7d7b42edd8f5f1362f09cfa (patch) | |
| tree | 8d12c8f92c13c327571e77b8604b25801520afc7 /doc.h | |
| parent | d2c280d441ddf974c90447d0a9252f5711802304 (diff) | |
MORE prompt
Diffstat (limited to 'doc.h')
| -rw-r--r-- | doc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ void doc_add_text(struct doc *, const char *); void doc_add_textn(struct doc *, const char *, size_t); struct doc_line *doc_line_at(struct doc *d, size_t ofs); +int doc_line_prevp(struct doc *d, size_t ofs); +int doc_line_nextp(struct doc *d, size_t ofs); int doc_line_prev(struct doc *d, size_t *ofs); int doc_line_next(struct doc *d, size_t *ofs); |
