diff options
author | Thomas White <taw@bitwiz.org.uk> | 2018-02-16 21:13:53 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2018-02-16 21:13:53 +0100 |
commit | 66d7abfe17971edc86ac3b06b272d9234f0b4cfe (patch) | |
tree | 1b8d125dcc0b2be168517e74d9bf5d2629403ae9 /src | |
parent | 1a0b0833c7eb6ceef377c69f32e2325b3fab8f00 (diff) |
Update comment
Diffstat (limited to 'src')
-rw-r--r-- | src/frame.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index cdd84f7..7370412 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1182,7 +1182,8 @@ void delete_text_from_frame(struct frame *fr, struct edit_pos p1, struct edit_po } -/* offs2 negative means "to end" */ +/* offs2 negative means "to end" + * offs1 and offs2 are byte offsets within paragraph */ size_t delete_text_in_paragraph(struct frame *fr, int npara, size_t offs1, ssize_t offs2) { int nrun1, nrun2, nrun; |