date and time created 88/12/22 13:04:38 by sam
[unix-history] / usr / src / lib / libcurses / curses.ext
index a1bfc29..0c67e90 100644 (file)
@@ -1,9 +1,15 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1981 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)curses.ext  5.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)curses.ext  5.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -16,7 +22,7 @@
 
 extern bool    _echoit, _rawmode, My_term, _endwin;
 
 
 extern bool    _echoit, _rawmode, My_term, _endwin;
 
-extern char    ttytype[], *_unctrl[];
+extern char    ttytype[50], *_unctrl[];
 
 extern int     _tty_ch, LINES, COLS;
 
 
 extern int     _tty_ch, LINES, COLS;