Add wheel_scroll_min_lines to set the minimum scrolling lines

This commit is contained in:
pagedown
2022-02-14 21:53:02 +08:00
parent 0248edbdb9
commit d2f522277c
6 changed files with 36 additions and 1 deletions

View File

@@ -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;