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 4353f1b7..819fd8c9 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -57,6 +57,8 @@ public:
private:
SafePtr<const Buffer> m_buffer;
ByteCoord m_coord;
+ ByteCount m_line_length;
+ LineCount m_line_count;
};
using BufferLines = Vector<StringDataPtr, MemoryDomain::BufferContent>;