BSD 4_2 release
[unix-history] / usr / src / usr.lib / libtermlib / tputs.c
index 6cace8b..1ba8c36 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef lint
+static char sccsid[] = "@(#)tputs.c    4.1 (Berkeley) 6/27/83";
+#endif
+
 /* Copyright (c) 1979 Regents of the University of California */
 #include <sgtty.h>
 #include <ctype.h>
 /* Copyright (c) 1979 Regents of the University of California */
 #include <sgtty.h>
 #include <ctype.h>
@@ -9,7 +13,7 @@
  */
 static
 short  tmspc10[] = {
  */
 static
 short  tmspc10[] = {
-       0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10
+       0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5
 };
 
 short  ospeed;
 };
 
 short  ospeed;