mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Add wheel_scroll_min_lines to set the minimum scrolling lines
This commit is contained in:
@@ -24,6 +24,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
monotonic_t visual_bell_duration, cursor_blink_interval, cursor_stop_blinking_after, mouse_hide_wait, click_interval;
|
||||
double wheel_scroll_multiplier, touch_scroll_multiplier;
|
||||
int wheel_scroll_min_lines;
|
||||
bool enable_audio_bell;
|
||||
CursorShape cursor_shape;
|
||||
float cursor_beam_thickness;
|
||||
|
||||
Reference in New Issue
Block a user