Add experimental support for selection and visual mode

This commit is contained in:
Julian Aron Prenner
2014-01-15 15:07:22 +01:00
parent fc21bb6eda
commit c8d5131a42
10 changed files with 172 additions and 24 deletions

View File

@@ -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;