summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index b1482294..bca30078 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -123,6 +123,8 @@ public:
String string(const BufferIterator& begin,
const BufferIterator& end) const;
+ bool is_valid(const BufferCoord& c) const;
+
BufferIterator begin() const;
BufferIterator end() const;
ByteCount character_count() const;