summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-05-29 11:15:43 +0000
committerMaxime Coste <frrrwww@gmail.com>2012-05-29 11:15:43 +0000
commit2c4bc5582acccae9b41f8ff441ffac82f3731aed (patch)
tree2da351a11061046e94d8a12770f276ecb3d2579e /src/editor.hh
parent3bfd774f4912c2397734076ec70d298dae1fe51e (diff)
Alt-Space permits to remove a selection by index
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);