aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-15 15:07:22 +0100
committerGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-15 15:07:22 +0100
commitc8d5131a42b8117987d2a278d69edb21a7cf9383 (patch)
tree9b4d363e2567d98656a2a80b22281aca731ded0a /highlight.h
parentfc21bb6eda40045b28dbd865346cad80aa3d6274 (diff)
Add experimental support for selection and visual mode
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/highlight.h b/highlight.h
index 6747bba5..00b4d4b9 100644
--- a/highlight.h
+++ b/highlight.h
@@ -70,6 +70,11 @@
*/
#define HIGHLIGHT_AUTOSUGGESTION 0x2000
+/**
+ Internal value representing highlighting an active selection
+*/
+#define HIGHLIGHT_SELECTION 0x80
+
class history_item_t;
struct file_detection_context_t;