summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-05-25 22:59:29 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-05-25 22:59:29 +0100
commit51eae8026b5e7a596ad3ec787ade96e8e78d7c33 (patch)
treedbbe253a8433f26de5c19ce5d43c1351e29630f4 /src/selection.hh
parentb2621ca140701269056c75983a8c1220b8382684 (diff)
Use SelectionList::insert in InputModes::Insert
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection.hh b/src/selection.hh
index a1bf8e5c..75d26728 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -58,6 +58,7 @@ static bool compare_selections(const Selection& lhs, const Selection& rhs)
enum class InsertMode : unsigned
{
Insert,
+ InsertCursor,
Append,
Replace,
InsertAtLineBegin,