Add missing 38400, 57600 and 115200 baud to delay table
authorAndrey Chernov <ache@FreeBSD.org>
Tue, 31 May 1994 22:43:57 +0000 (22:43 +0000)
committerAndrey Chernov <ache@FreeBSD.org>
Tue, 31 May 1994 22:43:57 +0000 (22:43 +0000)
lib/libterm/tputs.c

index 89da564..83a1696 100644 (file)
@@ -44,8 +44,9 @@ static char sccsid[] = "@(#)tputs.c   5.3 (Berkeley) 6/1/90";
  * baud returns a 7, there are 33.3 milliseconds per char at 300 baud.
  */
 static
  * baud returns a 7, there are 33.3 milliseconds per char at 300 baud.
  */
 static
-short  tmspc10[] = {
-       0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5
+short   tmspc10[] = {
+       0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5,
+       3, 2, 1
 };
 
 short  ospeed;
 };
 
 short  ospeed;