Allow changing the cursor trail threshold time independently of input_delay

This commit is contained in:
Kovid Goyal
2024-10-18 11:04:13 +05:30
parent cbccda8061
commit 463c759bfb
7 changed files with 27 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ typedef struct {
CursorShape cursor_shape, cursor_shape_unfocused;
float cursor_beam_thickness;
float cursor_underline_thickness;
bool enable_cursor_trail;
monotonic_t cursor_trail;
float cursor_trail_decay_fast;
float cursor_trail_decay_slow;
unsigned int url_style;