BSD 4_2 release
[unix-history] / usr / src / usr.lib / libtermlib / tgoto.c
index 3866161..9f450c9 100644 (file)
@@ -1,7 +1,11 @@
+#ifndef lint
+static char sccsid[] = "@(#)tgoto.c    4.1 (Berkeley) 6/27/83";
+#endif
+
 /* Copyright (c) 1979 Regents of the University of California */
 #define        CTRL(c) ('c' & 037)
 
 /* Copyright (c) 1979 Regents of the University of California */
 #define        CTRL(c) ('c' & 037)
 
-#define MAXRETURNSIZE 24
+#define MAXRETURNSIZE 64
 
 char   *UP;
 char   *BC;
 
 char   *UP;
 char   *BC;