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.pull/6052/head
parent
dbba3f1a60
commit
6e751d2d7e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue