document distributed with 4.3BSD
[unix-history] / usr / src / lib / libcurses / curses.c
index 82dc0a5..62f6547 100644 (file)
@@ -1,7 +1,16 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)curses.c   5.2 (Berkeley) 11/8/85";
+#endif not lint
+
 /*
  * Define global variables
  *
 /*
  * Define global variables
  *
- * @(#)curses.c        1.4 (Berkeley) %G%
  */
 # include      "curses.h"
 
  */
 # include      "curses.h"
 
@@ -10,7 +19,7 @@ bool  _echoit         = TRUE, /* set if stty indicates ECHO           */
        My_term         = FALSE,/* set if user specifies terminal type  */
        _endwin         = FALSE;/* set if endwin has been called        */
 
        My_term         = FALSE,/* set if user specifies terminal type  */
        _endwin         = FALSE;/* set if endwin has been called        */
 
-char   ttytype[10],            /* long name of tty                     */
+char   ttytype[50],            /* long name of tty                     */
        *Def_term       = "unknown";    /* default terminal type        */
 
 int    _tty_ch         = 1,    /* file channel which is a tty          */
        *Def_term       = "unknown";    /* default terminal type        */
 
 int    _tty_ch         = 1,    /* file channel which is a tty          */