mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
config: fix typo
Disabling vsync reduces input latency, so this should say "minimize" rather than "maximize".
This commit is contained in:
@ -726,7 +726,7 @@ keybind: Keybinds = .{},
|
|||||||
///
|
///
|
||||||
/// This defaults to true because out-of-sync rendering on macOS can
|
/// This defaults to true because out-of-sync rendering on macOS can
|
||||||
/// cause kernel panics (macOS 14.4+) and performance issues for external
|
/// cause kernel panics (macOS 14.4+) and performance issues for external
|
||||||
/// displays over some hardware such as DisplayLink. If you want to maximize
|
/// displays over some hardware such as DisplayLink. If you want to minimize
|
||||||
/// input latency, set this to false with the known aforementioned risks.
|
/// input latency, set this to false with the known aforementioned risks.
|
||||||
///
|
///
|
||||||
/// Changing this value at runtime will only affect new terminals.
|
/// Changing this value at runtime will only affect new terminals.
|
||||||
|
Reference in New Issue
Block a user