summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editor.hh b/src/editor.hh
index d8785a87..95ddd2b1 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -91,6 +91,9 @@ private:
void begin_edition();
void end_edition();
+ virtual BufferCoord offset_coord(const BufferCoord& coord, LineCount move);
+ virtual BufferCoord offset_coord(const BufferCoord& coord, CharCount move);
+
int m_edition_level;
void check_invariant() const;