mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Merge pull request #2274 from FineFindus/fix/comment
termio: correct comment about windows support
This commit is contained in:
@ -154,7 +154,7 @@ pub fn threadEnter(
|
||||
processExit,
|
||||
);
|
||||
|
||||
// Start our termios timer. We only support this on Windows.
|
||||
// Start our termios timer. We don't support this on Windows.
|
||||
// Fundamentally, we could support this on Windows so we're just
|
||||
// waiting for someone to implement it.
|
||||
if (comptime builtin.os.tag != .windows) {
|
||||
|
Reference in New Issue
Block a user