mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 18:06:33 +00:00
termio: correct comment about windows support
The comment has conflicting information about supporting windows. This removes the incorrect information that only windows is supported.
This commit is contained in:
@@ -154,7 +154,7 @@ pub fn threadEnter(
|
|||||||
processExit,
|
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
|
// Fundamentally, we could support this on Windows so we're just
|
||||||
// waiting for someone to implement it.
|
// waiting for someone to implement it.
|
||||||
if (comptime builtin.os.tag != .windows) {
|
if (comptime builtin.os.tag != .windows) {
|
||||||
|
Reference in New Issue
Block a user