]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ttydefaults.h
xnu-792.6.70.tar.gz
[apple/xnu.git] / bsd / sys / ttydefaults.h
index b11fbb6d379cac0c0a175f2bccd3fbaeadee5fd2..078882c792c01ff9e2e9709657c150cfc4aa270e 100644 (file)
@@ -83,7 +83,7 @@
 #define        CEOL            0xff            /* XXX avoid _POSIX_VDISABLE */
 #define        CERASE          0177
 #define        CINTR           CTRL('c')
-#define        CSTATUS         0xff            /* XXX avoid _POSIX_VDISABLE */
+#define        CSTATUS         CTRL('t')
 #define        CKILL           CTRL('u')
 #define        CMIN            1
 #define        CQUIT           034             /* FS, ^\ */