summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context.hh b/src/context.hh
index 69377148..f6f00b80 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -144,6 +144,8 @@ public:
void repeat_last_select() { if (m_last_select) m_last_select(*this); }
Buffer* last_buffer() const;
+
+ bool ensure_cursor_visible = true;
private:
void begin_edition();
void end_edition();