Cleanup cursor_trail threshold option name and documentation

This commit is contained in:
Kovid Goyal
2024-10-27 13:44:33 +05:30
parent 0f2662461a
commit 865aa4bc24
6 changed files with 20 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ typedef struct {
monotonic_t cursor_trail;
float cursor_trail_decay_fast;
float cursor_trail_decay_slow;
float cursor_trail_distance_threshold;
float cursor_trail_start_threshold;
unsigned int url_style;
unsigned int scrollback_pager_history_size;
bool scrollback_fill_enlarged_window;