diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-10-25 14:58:05 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-10-25 15:32:49 +0200 |
| commit | af1859662a3551f6b0da4c7c56df3854748d66e8 (patch) | |
| tree | c50a1d008bf3ce266fab47f0cf6824d78c0c6aed /text.h | |
| parent | d19c7962600cde319ede932f162e24bf8391d65c (diff) | |
| download | vis-af1859662a3551f6b0da4c7c56df3854748d66e8.tar.gz vis-af1859662a3551f6b0da4c7c56df3854748d66e8.tar.xz | |
Support partial saves
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ bool text_modified(Text*); /* test whether the underlying file uses UNIX style \n or Windows style \r\n newlines */ bool text_newlines_crnl(Text*); bool text_save(Text*, const char *file); +bool text_range_save(Text*, Filerange*, const char *file); ssize_t text_write(Text*, int fd); void text_free(Text*); |
