blob: cf2d5cded20730eb7aa24c19d3f47300d5f74bd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/terminal.c.orig 2022-09-02 14:58:13 UTC
+++ src/terminal.c
@@ -490,7 +490,7 @@ int tty_fix ()
}
#endif
-#if defined (__APPLE__) || defined (__FreeBSD__)
+#if defined (__APPLE__)
static struct termios savemodes;
static int havemodes = 0;
|