aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-15 15:44:27 +0100
committerGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-15 15:44:27 +0100
commit9e27ba51096a20fb6910ea6d720be5ebcbe9f98d (patch)
treeb4b5cedceef989d88aa661daf1766fe0f2fb560f /highlight.h
parent213e9070446b60c9e6ad7140a6063cd957f241e4 (diff)
Pull from upstream
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/highlight.h b/highlight.h
index a069ac1e..f6e24209 100644
--- a/highlight.h
+++ b/highlight.h
@@ -28,6 +28,7 @@ enum
highlight_spec_quote, //quoted string
highlight_spec_redirection, //redirection
highlight_spec_autosuggestion, //autosuggestion
+ highlight_spec_selection,
HIGHLIGHT_SPEC_PRIMARY_MASK = 0xFF,
@@ -50,12 +51,6 @@ inline highlight_spec_t highlight_make_background(highlight_spec_t val)
return val << 16;
}
-
-/**
- Internal value representing highlighting an active selection
-*/
-#define HIGHLIGHT_SELECTION 0x80
-
class history_item_t;
struct file_detection_context_t;