mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Allow changing the cursor trail threshold time independently of input_delay
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user