summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor.hh b/src/editor.hh
index b41e0a81..5b6750d4 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -43,6 +43,7 @@ public:
void move_selections(const BufferCoord& offset, bool append = false);
void clear_selections();
void keep_selection(int index);
+ void remove_selection(int index);
void select(const BufferIterator& iterator);
void select(const Selector& selector, bool append = false);
void multi_select(const MultiSelector& selector);