summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh
index cdfca6b6..c1db3dd6 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -124,7 +124,8 @@ struct SelectionList
size_t timestamp() const { return m_timestamp; }
void update_timestamp() { m_timestamp = m_buffer->timestamp(); }
- void insert(memoryview<String> strings, InsertMode mode);
+ void insert(memoryview<String> strings, InsertMode mode,
+ bool select_inserted = false);
void erase();
private: