mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-01 01:21:22 +00:00
renderer: do not render if synchronized output is on
This commit is contained in:
@@ -29,7 +29,7 @@ const Coalesce = struct {
|
||||
|
||||
/// The number of milliseconds before we reset the synchronized output flag
|
||||
/// if the running program hasn't already.
|
||||
const sync_reset_ms = 5000;
|
||||
const sync_reset_ms = 1000;
|
||||
|
||||
/// Allocator used for some state
|
||||
alloc: std.mem.Allocator,
|
||||
|
||||
Reference in New Issue
Block a user