BSD 4_3 release
[unix-history] / usr / src / usr.lib / libcurses / curses.ext
index 923539e..ae9b293 100644 (file)
@@ -1,17 +1,22 @@
 /*
 /*
- * External variables for the library
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
  *
  *
- * @(#)curses.ext      1.2 (Berkeley) 3/5/81
+ *     @(#)curses.ext  5.2 (Berkeley) 6/19/85
+ */
+
+/*
+ * External variables for the curses library
  */
 
 /* LINTLIBRARY */
 
 # include      "curses.h"
  */
 
 /* LINTLIBRARY */
 
 # include      "curses.h"
-# include      "unctrl.h"
 
 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;