summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-01-03 14:00:31 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-01-03 14:00:31 +0100
commit02b9fcc3dff812ece35c5e565732afeff50fb035 (patch)
tree899897e6fc219ff0e2850eff2a30825f12ed5730 /src/editor.hh
parent9fb012906136650488983d0a91612b587ef59ea4 (diff)
Editor: add a ReplaceLast select 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 dda0fe07..07230ae4 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -18,6 +18,7 @@ enum class SelectMode
Replace,
Extend,
Append,
+ ReplaceLast,
};
enum class InsertMode : unsigned