mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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);
|
const log = std.log.scoped(.io_exec);
|
||||||
|
|
||||||
/// The termios poll rate in milliseconds.
|
/// The termios poll rate in milliseconds.
|
||||||
const TERMIOS_POLL_MS = 500;
|
const TERMIOS_POLL_MS = 200;
|
||||||
|
|
||||||
/// The subprocess state for our exec backend.
|
/// The subprocess state for our exec backend.
|
||||||
subprocess: Subprocess,
|
subprocess: Subprocess,
|
||||||
|
Reference in New Issue
Block a user