mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
expose option cursor_trail_distance_threshold
This commit is contained in:
@@ -49,6 +49,7 @@ typedef struct {
|
||||
monotonic_t cursor_trail;
|
||||
float cursor_trail_decay_fast;
|
||||
float cursor_trail_decay_slow;
|
||||
float cursor_trail_distance_threshold;
|
||||
unsigned int url_style;
|
||||
unsigned int scrollback_pager_history_size;
|
||||
bool scrollback_fill_enlarged_window;
|
||||
|
||||
Reference in New Issue
Block a user