diff options
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -108,6 +108,9 @@ size_t text_history_get(Text*, size_t index); size_t text_size(Text*); /* query whether the text contains any unsaved modifications */ bool text_modified(Text*); +/* query whether `addr` is part of a memory mapped region associated with + * this text instance */ +bool text_sigbus(Text*, const char *addr); /* which type of new lines does the text use? */ enum TextNewLine { |
