diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-11 13:20:13 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-13 19:01:27 +0100 |
| commit | ddd8f8d392ae059298ffa6175165f6e224a009f9 (patch) | |
| tree | eabe441a025f264329c3c0e3a151c1ce5f1e5dfc /src/buffer.hh | |
| parent | a51027602544bb7d67a3313cca859bac897894b6 (diff) | |
LineChangeWatcher uses Buffer::changes_since rather than listening
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 46b982a8..89684ce5 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -182,6 +182,7 @@ public: Type type; ByteCoord begin; ByteCoord end; + bool at_end; }; memoryview<Change> changes_since(size_t timestamp) const; private: |
