summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-07-23 02:25:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-07-23 02:25:18 +0000
commitd4cd186f62d450723c3e23cdbbdcf8230e8470e7 (patch)
tree60a9d443e7f10f69a6ba04008b683602db62b81b /lib
parent61820e8839a44cd7e0bbda688bc911363ba354d7 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libtermcap/tputs.c3
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;