summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 8b73898..ecf592b 100644
--- a/ted.h
+++ b/ted.h
@@ -136,8 +136,9 @@ typedef struct {
// and change the options_<type> global constant in config.c
SettingsContext context;
- float cursor_blink_time_on, cursor_blink_time_off;
u32 colors[COLOR_COUNT];
+ float cursor_blink_time_on, cursor_blink_time_off;
+ float hover_time;
u32 max_file_size;
u32 max_file_size_view_only;
u16 framerate_cap;
@@ -425,6 +426,7 @@ typedef struct {
LSPDocumentPosition requested_position;
LSPID requested_lsp;
LSPRange range;
+ double time; // how long the cursor has been hovering for
} Hover;
typedef struct {