mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
config: default mouse-scroll-multiplier to 3.0
Make Ghostty behave like other terminals by multiplying scrolls by 3.0. This only affects when we are reporting arrow keys (alternate scroll mode) or when we are scrolling the scrollback.
This commit is contained in:
@ -612,7 +612,7 @@ palette: Palette = .{},
|
|||||||
/// A value of "1" (default) scrolls the default amount. A value of "2" scrolls
|
/// A value of "1" (default) scrolls the default amount. A value of "2" scrolls
|
||||||
/// double the default amount. A value of "0.5" scrolls half the default amount.
|
/// double the default amount. A value of "0.5" scrolls half the default amount.
|
||||||
/// Et cetera.
|
/// Et cetera.
|
||||||
@"mouse-scroll-multiplier": f64 = 1.0,
|
@"mouse-scroll-multiplier": f64 = 3.0,
|
||||||
|
|
||||||
/// The opacity level (opposite of transparency) of the background. A value of
|
/// The opacity level (opposite of transparency) of the background. A value of
|
||||||
/// 1 is fully opaque and a value of 0 is fully transparent. A value less than 0
|
/// 1 is fully opaque and a value of 0 is fully transparent. A value less than 0
|
||||||
|
Reference in New Issue
Block a user