mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
termio: increase termios poller to 200ms
This commit is contained in:
@ -29,7 +29,7 @@ const windows = internal_os.windows;
|
||||
const log = std.log.scoped(.io_exec);
|
||||
|
||||
/// The termios poll rate in milliseconds.
|
||||
const TERMIOS_POLL_MS = 500;
|
||||
const TERMIOS_POLL_MS = 200;
|
||||
|
||||
/// The subprocess state for our exec backend.
|
||||
subprocess: Subprocess,
|
||||
|
Reference in New Issue
Block a user