diff options
| -rw-r--r-- | lib/libtermcap/tputs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtermcap/tputs.c b/lib/libtermcap/tputs.c index 857147d9283e..b017fd77c079 100644 --- a/lib/libtermcap/tputs.c +++ b/lib/libtermcap/tputs.c @@ -45,7 +45,8 @@ static char sccsid[] = "@(#)tputs.c 8.1 (Berkeley) 6/4/93"; */ static short tmspc10[] = { - 0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5 + 0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5, + 3, 2, 1 }; short ospeed; |
