CINFO -> CSTATYS
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 21 Jun 1990 09:15:25 +0000 (01:15 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 21 Jun 1990 09:15:25 +0000 (01:15 -0800)
SCCS-vsn: sys/sys/ttydefaults.h 7.4

usr/src/sys/sys/ttydefaults.h

index e3882a9..ce7ce74 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ttydefaults.h       7.3 (Berkeley) %G%
+ *     @(#)ttydefaults.h       7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -29,7 +29,7 @@
 #define        CEOL            ((unsigned)'\377')      /* XXX avoid _POSIX_VDISABLE */
 #define        CERASE          0177
 #define        CINTR           CTRL('c')
 #define        CEOL            ((unsigned)'\377')      /* XXX avoid _POSIX_VDISABLE */
 #define        CERASE          0177
 #define        CINTR           CTRL('c')
-#define        CINFO           ((unsigned)'\377')      /* XXX avoid _POSIX_VDISABLE */
+#define        CSTATUS         ((unsigned)'\377')      /* XXX avoid _POSIX_VDISABLE */
 #define        CKILL           CTRL('u')
 #define        CMIN            1
 #define        CQUIT           034             /* FS, ^\ */
 #define        CKILL           CTRL('u')
 #define        CMIN            1
 #define        CQUIT           034             /* FS, ^\ */
@@ -57,7 +57,7 @@
 cc_t   ttydefchars[NCC] = {
        CEOF,   CEOL,   CEOL,   CERASE, CWERASE, CKILL, CREPRINT, 
        _POSIX_VDISABLE, CINTR, CQUIT,  CSUSP,  CDSUSP, CSTART, CSTOP,  CLNEXT,
 cc_t   ttydefchars[NCC] = {
        CEOF,   CEOL,   CEOL,   CERASE, CWERASE, CKILL, CREPRINT, 
        _POSIX_VDISABLE, CINTR, CQUIT,  CSUSP,  CDSUSP, CSTART, CSTOP,  CLNEXT,
-       CDISCARD, CMIN, CTIME,  CINFO, _POSIX_VDISABLE
+       CDISCARD, CMIN, CTIME,  CSTATUS, _POSIX_VDISABLE
 };
 #undef TTYDEFCHARS
 #endif /* TTYDEFCHARS */
 };
 #undef TTYDEFCHARS
 #endif /* TTYDEFCHARS */